Html Css Color HEX #696DA8 Chetwode Blue

📋 copy color: '#696DA8'

red 105 ◦ green 109 ◦ blue 168

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

Shades of Chetwode Blue #696DA8

Tints of Chetwode Blue #696DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.98%

R = 27.49%
G = 28.53%
B = 43.98%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#696DA8 (or 0x696DA8) is known color: Chetwode Blue. HEX triplet: 69, 6D and A8. RGB value is (105,109,168). Sum of RGB (Red+Green+Blue) = 105+109+168=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #696DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DA8 is #969257. Grayscale: #727272. Windows color (decimal): -9867864 or 11038057. OLE color: 11038057.

HSL color Cylindrical-coordinate representation of color #696DA8: hue angle of 236.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696DA8 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 109 168 -
CMYK 0.38 0.35 0 0.34
HSL 236.19º 0.27% 0.54% -
HSV(B) 236.19º 0.38% 0.66% -
XYZ 18.36 16.77 39.31 -
YUV 114.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 105 109 168 0.38 0.35 0 0.34 236.19 0.27 0.54
Hex 69 6D A8 26 23 0 22 EC 1B 36
Octal 151 155 250 46 43 0 42 354 33 66
Binary 1101001 1101101 10101000 100110 100011 0 100010 11101100 11011 110110

Color Harmonies of #696DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DA8

Black with #696DA8

Text Example


Text Example

White with #696DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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