Html Css Color HEX #696BDB Slate Blue

📋 copy color: '#696BDB'

red 105 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #696BDB

Tints of Slate Blue #696BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 24.36%
G = 24.83%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#696BDB (or 0x696BDB) is known color: Slate Blue. HEX triplet: 69, 6B and DB. RGB value is (105,107,219). Sum of RGB (Red+Green+Blue) = 105+107+219=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #696BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDB is #969424. Grayscale: #767676. Windows color (decimal): -9868325 or 14379881. OLE color: 14379881.

HSL color Cylindrical-coordinate representation of color #696BDB: hue angle of 238.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696BDB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 107 219 -
CMYK 0.52 0.51 0 0.14
HSL 238.95º 0.61% 0.64% -
HSV(B) 238.95º 0.52% 0.86% -
XYZ 23.87 18.63 69.36 -
YUV 119.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 105 107 219 0.52 0.51 0 0.14 238.95 0.61 0.64
Hex 69 6B DB 34 33 0 E EF 3D 40
Octal 151 153 333 64 63 0 16 357 75 100
Binary 1101001 1101011 11011011 110100 110011 0 1110 11101111 111101 1000000

Color Harmonies of #696BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BDB

Black with #696BDB

Text Example


Text Example

White with #696BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,107,219); }

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

background-color css

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

 a { background-color: rgb(105,107,219); }

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

border-color css

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

 span { border-color: rgb(105,107,219); }

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