Html Css Color HEX #665DCE Slate Blue

📋 copy color: '#665DCE'

red 102 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #665DCE

Tints of Slate Blue #665DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

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

R = 25.44%
G = 23.19%
B = 51.37%

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

#665DCE (or 0x665DCE) is known color: Slate Blue. HEX triplet: 66, 5D and CE. RGB value is (102,93,206). Sum of RGB (Red+Green+Blue) = 102+93+206=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #665DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DCE is #99A231. Grayscale: #6C6C6C. Windows color (decimal): -10068530 or 13524326. OLE color: 13524326.

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

Color convert

RGB 102 93 206 -
CMYK 0.50 0.55 0 0.19
HSL 244.78º 0.54% 0.59% -
HSV(B) 244.78º 0.55% 0.81% -
XYZ 20.53 15.11 60.23 -
YUV 108.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 102 93 206 0.50 0.55 0 0.19 244.78 0.54 0.59
Hex 66 5D CE 32 37 0 13 F5 36 3B
Octal 146 135 316 62 67 0 23 365 66 73
Binary 1100110 1011101 11001110 110010 110111 0 10011 11110101 110110 111011

Color Harmonies of #665DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DCE

Black with #665DCE

Text Example


Text Example

White with #665DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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