Html Css Color HEX #665DCB Slate Blue

📋 copy color: '#665DCB'

red 102 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #665DCB

Tints of Slate Blue #665DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 25.63%
G = 23.37%
B = 51.01%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#665DCB (or 0x665DCB) is known color: Slate Blue. HEX triplet: 66, 5D and CB. RGB value is (102,93,203). Sum of RGB (Red+Green+Blue) = 102+93+203=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #665DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DCB is #99A234. Grayscale: #6B6B6B. Windows color (decimal): -10068533 or 13327718. OLE color: 13327718.

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

Color convert

RGB 102 93 203 -
CMYK 0.50 0.54 0 0.20
HSL 244.91º 0.51% 0.58% -
HSV(B) 244.91º 0.54% 0.8% -
XYZ 20.17 14.97 58.33 -
YUV 108.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 102 93 203 0.50 0.54 0 0.20 244.91 0.51 0.58
Hex 66 5D CB 32 36 0 14 F5 33 3A
Octal 146 135 313 62 66 0 24 365 63 72
Binary 1100110 1011101 11001011 110010 110110 0 10100 11110101 110011 111010

Color Harmonies of #665DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DCB

Black with #665DCB

Text Example


Text Example

White with #665DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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