Html Css Color HEX #665CDB Slate Blue

📋 copy color: '#665CDB'

red 102 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #665CDB

Tints of Slate Blue #665CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 24.7%
G = 22.28%
B = 53.03%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#665CDB (or 0x665CDB) is known color: Slate Blue. HEX triplet: 66, 5C and DB. RGB value is (102,92,219). Sum of RGB (Red+Green+Blue) = 102+92+219=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #665CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CDB is #99A324. Grayscale: #6C6C6C. Windows color (decimal): -10068773 or 14376038. OLE color: 14376038.

HSL color Cylindrical-coordinate representation of color #665CDB: hue angle of 244.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665CDB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 92 219 -
CMYK 0.53 0.58 0 0.14
HSL 244.72º 0.64% 0.61% -
HSV(B) 244.72º 0.58% 0.86% -
XYZ 22.09 15.59 68.86 -
YUV 109.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 102 92 219 0.53 0.58 0 0.14 244.72 0.64 0.61
Hex 66 5C DB 35 3A 0 E F5 40 3D
Octal 146 134 333 65 72 0 16 365 100 75
Binary 1100110 1011100 11011011 110101 111010 0 1110 11110101 1000000 111101

Color Harmonies of #665CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CDB

Black with #665CDB

Text Example


Text Example

White with #665CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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