Html Css Color HEX #665DDB Slate Blue

📋 copy color: '#665DDB'

red 102 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #665DDB

Tints of Slate Blue #665DDB

RGB

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

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

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

R = 24.64%
G = 22.46%
B = 52.9%

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

#665DDB (or 0x665DDB) is known color: Slate Blue. HEX triplet: 66, 5D and DB. RGB value is (102,93,219). Sum of RGB (Red+Green+Blue) = 102+93+219=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #665DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DDB is #99A224. Grayscale: #6D6D6D. Windows color (decimal): -10068517 or 14376294. OLE color: 14376294.

HSL color Cylindrical-coordinate representation of color #665DDB: hue angle of 244.29º 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 #665DDB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 93 219 -
CMYK 0.53 0.58 0 0.14
HSL 244.29º 0.64% 0.61% -
HSV(B) 244.29º 0.58% 0.86% -
XYZ 22.18 15.77 68.89 -
YUV 110.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 102 93 219 0.53 0.58 0 0.14 244.29 0.64 0.61
Hex 66 5D DB 35 3A 0 E F4 40 3D
Octal 146 135 333 65 72 0 16 364 100 75
Binary 1100110 1011101 11011011 110101 111010 0 1110 11110100 1000000 111101

Color Harmonies of #665DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DDB

Black with #665DDB

Text Example


Text Example

White with #665DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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