Html Css Color HEX #696BDC Slate Blue

📋 copy color: '#696BDC'

red 105 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #696BDC

Tints of Slate Blue #696BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 24.31%
G = 24.77%
B = 50.93%

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

#696BDC (or 0x696BDC) is known color: Slate Blue. HEX triplet: 69, 6B and DC. RGB value is (105,107,220). Sum of RGB (Red+Green+Blue) = 105+107+220=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #696BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDC is #969423. Grayscale: #767676. Windows color (decimal): -9868324 or 14445417. OLE color: 14445417.

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

Color convert

RGB 105 107 220 -
CMYK 0.52 0.51 0 0.14
HSL 238.96º 0.62% 0.64% -
HSV(B) 238.96º 0.52% 0.86% -
XYZ 24 18.69 70.05 -
YUV 119.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 105 107 220 0.52 0.51 0 0.14 238.96 0.62 0.64
Hex 69 6B DC 34 33 0 E EF 3E 40
Octal 151 153 334 64 63 0 16 357 76 100
Binary 1101001 1101011 11011100 110100 110011 0 1110 11101111 111110 1000000

Color Harmonies of #696BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BDC

Black with #696BDC

Text Example


Text Example

White with #696BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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