Html Css Color HEX #696BDE Slate Blue

📋 copy color: '#696BDE'

red 105 ◦ green 107 ◦ blue 222

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

Shades of Slate Blue #696BDE

Tints of Slate Blue #696BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 24.19%
G = 24.65%
B = 51.15%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#696BDE (or 0x696BDE) is known color: Slate Blue. HEX triplet: 69, 6B and DE. RGB value is (105,107,222). Sum of RGB (Red+Green+Blue) = 105+107+222=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #696BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDE is #969421. Grayscale: #777777. Windows color (decimal): -9868322 or 14576489. OLE color: 14576489.

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

Color convert

RGB 105 107 222 -
CMYK 0.53 0.52 0 0.13
HSL 238.97º 0.64% 0.64% -
HSV(B) 238.97º 0.53% 0.87% -
XYZ 24.27 18.79 71.46 -
YUV 119.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 105 107 222 0.53 0.52 0 0.13 238.97 0.64 0.64
Hex 69 6B DE 35 34 0 D EF 40 40
Octal 151 153 336 65 64 0 15 357 100 100
Binary 1101001 1101011 11011110 110101 110100 0 1101 11101111 1000000 1000000

Color Harmonies of #696BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696BDE

Black with #696BDE

Text Example


Text Example

White with #696BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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