Html Css Color HEX #665CC6 Slate Blue

📋 copy color: '#665CC6'

red 102 ◦ green 92 ◦ blue 198

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

Shades of Slate Blue #665CC6

Tints of Slate Blue #665CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 198 (77.73% from 255) = 50.51%

R = 26.02%
G = 23.47%
B = 50.51%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#665CC6 (or 0x665CC6) is known color: Slate Blue. HEX triplet: 66, 5C and C6. RGB value is (102,92,198). Sum of RGB (Red+Green+Blue) = 102+92+198=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #665CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CC6 is #99A339. Grayscale: #6A6A6A. Windows color (decimal): -10068794 or 12999782. OLE color: 12999782.

HSL color Cylindrical-coordinate representation of color #665CC6: hue angle of 245.66º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665CC6 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 92 198 -
CMYK 0.48 0.54 0 0.22
HSL 245.66º 0.48% 0.57% -
HSV(B) 245.66º 0.54% 0.78% -
XYZ 19.5 14.56 55.21 -
YUV 107.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 102 92 198 0.48 0.54 0 0.22 245.66 0.48 0.57
Hex 66 5C C6 30 36 0 16 F6 30 39
Octal 146 134 306 60 66 0 26 366 60 71
Binary 1100110 1011100 11000110 110000 110110 0 10110 11110110 110000 111001

Color Harmonies of #665CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CC6

Black with #665CC6

Text Example


Text Example

White with #665CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665CC6; }

 p { color: rgb(102,92,198); }

 H1.HeaderClassName
 {
   color: #665CC6;
 }
 .AnyTagClassName
 {
   color: #665CC6;
 }
</style>

background-color css

<style>
 a { background-color: #665CC6; }

 a { background-color: rgb(102,92,198); }

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

border-color css

<style>
 span { border-color: #665CC6; }

 span { border-color: rgb(102,92,198); }

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