Html Css Color HEX #665FCE Slate Blue

📋 copy color: '#665FCE'

red 102 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #665FCE

Tints of Slate Blue #665FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

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

R = 25.31%
G = 23.57%
B = 51.12%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#665FCE (or 0x665FCE) is known color: Slate Blue. HEX triplet: 66, 5F and CE. RGB value is (102,95,206). Sum of RGB (Red+Green+Blue) = 102+95+206=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #665FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FCE is #99A031. Grayscale: #6D6D6D. Windows color (decimal): -10068018 or 13524838. OLE color: 13524838.

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

Color convert

RGB 102 95 206 -
CMYK 0.50 0.54 0 0.19
HSL 243.78º 0.53% 0.59% -
HSV(B) 243.78º 0.54% 0.81% -
XYZ 20.71 15.47 60.29 -
YUV 109.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 102 95 206 0.50 0.54 0 0.19 243.78 0.53 0.59
Hex 66 5F CE 32 36 0 13 F4 35 3B
Octal 146 137 316 62 66 0 23 364 65 73
Binary 1100110 1011111 11001110 110010 110110 0 10011 11110100 110101 111011

Color Harmonies of #665FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FCE

Black with #665FCE

Text Example


Text Example

White with #665FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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