Html Css Color HEX #665CD6 Slate Blue

📋 copy color: '#665CD6'

red 102 ◦ green 92 ◦ blue 214

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

Shades of Slate Blue #665CD6

Tints of Slate Blue #665CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.45%

R = 25%
G = 22.55%
B = 52.45%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#665CD6 (or 0x665CD6) is known color: Slate Blue. HEX triplet: 66, 5C and D6. RGB value is (102,92,214). Sum of RGB (Red+Green+Blue) = 102+92+214=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #665CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CD6 is #99A329. Grayscale: #6C6C6C. Windows color (decimal): -10068778 or 14048358. OLE color: 14048358.

HSL color Cylindrical-coordinate representation of color #665CD6: hue angle of 244.92º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665CD6 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 92 214 -
CMYK 0.52 0.57 0 0.16
HSL 244.92º 0.6% 0.6% -
HSV(B) 244.92º 0.57% 0.84% -
XYZ 21.44 15.33 65.45 -
YUV 108.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 102 92 214 0.52 0.57 0 0.16 244.92 0.6 0.6
Hex 66 5C D6 34 39 0 10 F5 3C 3C
Octal 146 134 326 64 71 0 20 365 74 74
Binary 1100110 1011100 11010110 110100 111001 0 10000 11110101 111100 111100

Color Harmonies of #665CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CD6

Black with #665CD6

Text Example


Text Example

White with #665CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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