Html Css Color HEX #6645CC Slate Blue

📋 copy color: '#6645CC'

red 102 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #6645CC

Tints of Slate Blue #6645CC

RGB

 RED value IS 102 (40.23% from 255) = 27.2%

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

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

R = 27.2%
G = 18.4%
B = 54.4%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6645CC (or 0x6645CC) is known color: Slate Blue. HEX triplet: 66, 45 and CC. RGB value is (102,69,204). Sum of RGB (Red+Green+Blue) = 102+69+204=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #6645CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645CC is #99BA33. Grayscale: #5D5D5D. Windows color (decimal): -10074676 or 13387110. OLE color: 13387110.

HSL color Cylindrical-coordinate representation of color #6645CC: hue angle of 254.67º 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 #6645CC is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 69 204 -
CMYK 0.5 0.66 0 0.2
HSL 254.67º 0.57% 0.54% -
HSV(B) 254.67º 0.66% 0.8% -
XYZ 18.51 11.44 58.36 -
YUV 94.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 102 69 204 0.5 0.66 0 0.2 254.67 0.57 0.54
Hex 66 45 CC 32 42 0 14 FF 39 36
Octal 146 105 314 62 102 0 24 377 71 66
Binary 1100110 1000101 11001100 110010 1000010 0 10100 11111111 111001 110110

Color Harmonies of #6645CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6645CC

Black with #6645CC

Text Example


Text Example

White with #6645CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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