Html Css Color HEX #696DDB Slate Blue

📋 copy color: '#696DDB'

red 105 ◦ green 109 ◦ blue 219

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

Shades of Slate Blue #696DDB

Tints of Slate Blue #696DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

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

R = 24.25%
G = 25.17%
B = 50.58%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#696DDB (or 0x696DDB) is known color: Slate Blue. HEX triplet: 69, 6D and DB. RGB value is (105,109,219). Sum of RGB (Red+Green+Blue) = 105+109+219=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #696DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DDB is #969224. Grayscale: #777777. Windows color (decimal): -9867813 or 14380393. OLE color: 14380393.

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

Color convert

RGB 105 109 219 -
CMYK 0.52 0.50 0 0.14
HSL 237.89º 0.61% 0.64% -
HSV(B) 237.89º 0.52% 0.86% -
XYZ 24.08 19.06 69.43 -
YUV 120.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 105 109 219 0.52 0.50 0 0.14 237.89 0.61 0.64
Hex 69 6D DB 34 32 0 E EE 3D 40
Octal 151 155 333 64 62 0 16 356 75 100
Binary 1101001 1101101 11011011 110100 110010 0 1110 11101110 111101 1000000

Color Harmonies of #696DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DDB

Black with #696DDB

Text Example


Text Example

White with #696DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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