Html Css Color HEX #665CCE Slate Blue

📋 copy color: '#665CCE'

red 102 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #665CCE

Tints of Slate Blue #665CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 25.5%
G = 23%
B = 51.5%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#665CCE (or 0x665CCE) is known color: Slate Blue. HEX triplet: 66, 5C and CE. RGB value is (102,92,206). Sum of RGB (Red+Green+Blue) = 102+92+206=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #665CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CCE is #99A331. Grayscale: #6B6B6B. Windows color (decimal): -10068786 or 13524070. OLE color: 13524070.

HSL color Cylindrical-coordinate representation of color #665CCE: hue angle of 245.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665CCE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 92 206 -
CMYK 0.50 0.55 0 0.19
HSL 245.26º 0.54% 0.58% -
HSV(B) 245.26º 0.55% 0.81% -
XYZ 20.45 14.94 60.2 -
YUV 107.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 102 92 206 0.50 0.55 0 0.19 245.26 0.54 0.58
Hex 66 5C CE 32 37 0 13 F5 36 3A
Octal 146 134 316 62 67 0 23 365 66 72
Binary 1100110 1011100 11001110 110010 110111 0 10011 11110101 110110 111010

Color Harmonies of #665CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CCE

Black with #665CCE

Text Example


Text Example

White with #665CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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