Html Css Color HEX #6444CC Slate Blue

📋 copy color: '#6444CC'

red 100 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6444CC

Tints of Slate Blue #6444CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

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

R = 26.88%
G = 18.28%
B = 54.84%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6444CC (or 0x6444CC) is known color: Slate Blue. HEX triplet: 64, 44 and CC. RGB value is (100,68,204). Sum of RGB (Red+Green+Blue) = 100+68+204=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6444CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444CC is #9BBB33. Grayscale: #5C5C5C. Windows color (decimal): -10206004 or 13386852. OLE color: 13386852.

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

Color convert

RGB 100 68 204 -
CMYK 0.51 0.67 0 0.2
HSL 254.12º 0.57% 0.53% -
HSV(B) 254.12º 0.67% 0.8% -
XYZ 18.22 11.2 58.33 -
YUV 93.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 100 68 204 0.51 0.67 0 0.2 254.12 0.57 0.53
Hex 64 44 CC 33 43 0 14 FE 39 35
Octal 144 104 314 63 103 0 24 376 71 65
Binary 1100100 1000100 11001100 110011 1000011 0 10100 11111110 111001 110101

Color Harmonies of #6444CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6444CC

Black with #6444CC

Text Example


Text Example

White with #6444CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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