Html Css Color HEX #696ADA Slate Blue

📋 copy color: '#696ADA'

red 105 ◦ green 106 ◦ blue 218

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

Shades of Slate Blue #696ADA

Tints of Slate Blue #696ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 24.48%
G = 24.71%
B = 50.82%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#696ADA (or 0x696ADA) is known color: Slate Blue. HEX triplet: 69, 6A and DA. RGB value is (105,106,218). Sum of RGB (Red+Green+Blue) = 105+106+218=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #696ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADA is #969525. Grayscale: #767676. Windows color (decimal): -9868582 or 14314089. OLE color: 14314089.

HSL color Cylindrical-coordinate representation of color #696ADA: hue angle of 239.47º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696ADA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 106 218 -
CMYK 0.52 0.51 0 0.15
HSL 239.47º 0.6% 0.63% -
HSV(B) 239.47º 0.52% 0.85% -
XYZ 23.63 18.37 68.63 -
YUV 118.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 105 106 218 0.52 0.51 0 0.15 239.47 0.6 0.63
Hex 69 6A DA 34 33 0 F EF 3C 3F
Octal 151 152 332 64 63 0 17 357 74 77
Binary 1101001 1101010 11011010 110100 110011 0 1111 11101111 111100 111111

Color Harmonies of #696ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ADA

Black with #696ADA

Text Example


Text Example

White with #696ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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