Html Css Color HEX #6445CC Slate Blue

📋 copy color: '#6445CC'

red 100 ◦ green 69 ◦ blue 204

#6445CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6445CC

Tints of Slate Blue #6445CC

RGB

 RED value IS 100 (39.45% from 255) = 26.81%

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 26.81%
G = 18.5%
B = 54.69%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6445CC (or 0x6445CC) is known color: Slate Blue. HEX triplet: 64, 45 and CC. RGB value is (100,69,204). Sum of RGB (Red+Green+Blue) = 100+69+204=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #6445CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445CC is #9BBA33. Grayscale: #5D5D5D. Windows color (decimal): -10205748 or 13387108. OLE color: 13387108.

HSL color Cylindrical-coordinate representation of color #6445CC: hue angle of 253.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6445CC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 69 204 -
CMYK 0.51 0.66 0 0.2
HSL 253.78º 0.57% 0.54% -
HSV(B) 253.78º 0.66% 0.8% -
XYZ 18.28 11.33 58.35 -
YUV 93.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 100 69 204 0.51 0.66 0 0.2 253.78 0.57 0.54
Hex 64 45 CC 33 42 0 14 FE 39 36
Octal 144 105 314 63 102 0 24 376 71 66
Binary 1100100 1000101 11001100 110011 1000010 0 10100 11111110 111001 110110

Color Harmonies of #6445CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445CC

Black with #6445CC

Text Example


Text Example

White with #6445CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6445CC; }

 p { color: rgb(100,69,204); }

 H1.HeaderClassName
 {
   color: #6445CC;
 }
 .AnyTagClassName
 {
   color: #6445CC;
 }
</style>

background-color css

<style>
 a { background-color: #6445CC; }

 a { background-color: rgb(100,69,204); }

 div.DivClassName
 {
   background-color: #6445CC;
 }
 .BgClassName
 {
   background-color: #6445CC;
 }
</style>

border-color css

<style>
 span { border-color: #6445CC; }

 span { border-color: rgb(100,69,204); }

 td.TdClassName
 {
   border-color: #6445CC;
 }
 .TagClassName
 {
   border-color: #6445CC;
 }
</style>