Html Css Color HEX #665FDB Slate Blue

📋 copy color: '#665FDB'

red 102 ◦ green 95 ◦ blue 219

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

Shades of Slate Blue #665FDB

Tints of Slate Blue #665FDB

RGB

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

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

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

R = 24.52%
G = 22.84%
B = 52.64%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#665FDB (or 0x665FDB) is known color: Slate Blue. HEX triplet: 66, 5F and DB. RGB value is (102,95,219). Sum of RGB (Red+Green+Blue) = 102+95+219=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #665FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FDB is #99A024. Grayscale: #6E6E6E. Windows color (decimal): -10068005 or 14376806. OLE color: 14376806.

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

Color convert

RGB 102 95 219 -
CMYK 0.53 0.57 0 0.14
HSL 243.39º 0.63% 0.62% -
HSV(B) 243.39º 0.57% 0.86% -
XYZ 22.36 16.12 68.95 -
YUV 111.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 102 95 219 0.53 0.57 0 0.14 243.39 0.63 0.62
Hex 66 5F DB 35 39 0 E F3 3F 3E
Octal 146 137 333 65 71 0 16 363 77 76
Binary 1100110 1011111 11011011 110101 111001 0 1110 11110011 111111 111110

Color Harmonies of #665FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FDB

Black with #665FDB

Text Example


Text Example

White with #665FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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