Html Css Color HEX #696ADD Slate Blue

📋 copy color: '#696ADD'

red 105 ◦ green 106 ◦ blue 221

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

Shades of Slate Blue #696ADD

Tints of Slate Blue #696ADD

RGB

 RED value IS 105 (41.41% from 255) = 24.31%

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 24.31%
G = 24.54%
B = 51.16%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696ADD (or 0x696ADD) is known color: Slate Blue. HEX triplet: 69, 6A and DD. RGB value is (105,106,221). Sum of RGB (Red+Green+Blue) = 105+106+221=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #696ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADD is #969522. Grayscale: #767676. Windows color (decimal): -9868579 or 14510697. OLE color: 14510697.

HSL color Cylindrical-coordinate representation of color #696ADD: hue angle of 239.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696ADD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 106 221 -
CMYK 0.52 0.52 0 0.13
HSL 239.48º 0.63% 0.64% -
HSV(B) 239.48º 0.52% 0.87% -
XYZ 24.03 18.53 70.72 -
YUV 118.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 105 106 221 0.52 0.52 0 0.13 239.48 0.63 0.64
Hex 69 6A DD 34 34 0 D EF 3F 40
Octal 151 152 335 64 64 0 15 357 77 100
Binary 1101001 1101010 11011101 110100 110100 0 1101 11101111 111111 1000000

Color Harmonies of #696ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ADD

Black with #696ADD

Text Example


Text Example

White with #696ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,221); }

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

background-color css

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

 a { background-color: rgb(105,106,221); }

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

border-color css

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

 span { border-color: rgb(105,106,221); }

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