Color Hex Logo

#6375da Color Hex

#6375DA
(99,117,218)
0 Favorites   0 Comments

Color spaces of #6375da

RGB 99117218
HSL0.640.620.62
HSV231°55°85°
CMYK 0.550.460.00   0.15
XYZ24.161820.437269.0010
Yxy20.43720.21270.1799
Hunter Lab45.207516.2887-58.8501
CIE-Lab52.328022.2210-53.9821

#6375da color RGB value is (99,117,218).

#6375da hex color red value is 99, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6375da hue: 0.64 , saturation: 0.62 and the lightness value of 6375da is 0.62.

The process color (four color CMYK) of #6375da color hex is 0.55, 0.46, 0.00, 0.15. Web safe color of #6375da is #6666cc. Color #6375da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110101 11011010
Octal 143 165 332
Decimal 99 117 218
Hex 63 75 DA

RGB Percentages of Color #6375da

%22.81
%26.96
%50.23

CMYK Percentages of Color #6375da

%55
%46
%0
%15

Triadic Colors of #6375da

#6375da #da6375 #75da63

Analogous Colors of #6375da

#6375da #8d63da #63b1da

Monochromatic Colors of #6375da

#6375da

Complementary Color

#6375da #dac863

#6375da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6375da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6375da Color CSS Codes

.mybgcolor {background-color:#6375da; } 
.myforecolor {color:#6375da; }
.mybordercolor {border:3px solid #6375da; }

#6375da Text Font Color

<p style="color:#6375da">Text here</p>

This sample text font color is #6375da
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6375da Background Color

<div style="background-color:#6375da">
Div content here</div>

This div background color is #6375da


#6375da Border Color

<div style="border:3px solid #6375da">
Div here</div>

This div border color is #6375da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,117,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6375da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6375da;
  -webkit-box-shadow: 1px 1px 3px 2px #6375da;
  box-shadow:         1px 1px 3px 2px #6375da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,117,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6375da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6375da;
  -webkit-box-shadow: 1px 1px 3px 2px #6375da;
  box-shadow:         1px 1px 3px 2px #6375da;">
Div content here</div>

This div box has shadow with color #6375da


Comments

No comments written yet.

Please login to write comment.