Html Css Color HEX #665ADD Slate Blue

📋 copy color: '#665ADD'

red 102 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #665ADD

Tints of Slate Blue #665ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 24.7%
G = 21.79%
B = 53.51%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#665ADD (or 0x665ADD) is known color: Slate Blue. HEX triplet: 66, 5A and DD. RGB value is (102,90,221). Sum of RGB (Red+Green+Blue) = 102+90+221=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #665ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ADD is #99A522. Grayscale: #6C6C6C. Windows color (decimal): -10069283 or 14506598. OLE color: 14506598.

HSL color Cylindrical-coordinate representation of color #665ADD: hue angle of 245.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665ADD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 90 221 -
CMYK 0.54 0.59 0 0.13
HSL 245.5º 0.66% 0.61% -
HSV(B) 245.5º 0.59% 0.87% -
XYZ 22.19 15.36 70.2 -
YUV 108.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 102 90 221 0.54 0.59 0 0.13 245.5 0.66 0.61
Hex 66 5A DD 36 3B 0 D F5 42 3D
Octal 146 132 335 66 73 0 15 365 102 75
Binary 1100110 1011010 11011101 110110 111011 0 1101 11110101 1000010 111101

Color Harmonies of #665ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665ADD

Black with #665ADD

Text Example


Text Example

White with #665ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,221); }

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

background-color css

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

 a { background-color: rgb(102,90,221); }

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

border-color css

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

 span { border-color: rgb(102,90,221); }

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