Html Css Color HEX #696DAE Chetwode Blue

📋 copy color: '#696DAE'

red 105 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #696DAE

Tints of Chetwode Blue #696DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 27.06%
G = 28.09%
B = 44.85%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#696DAE (or 0x696DAE) is known color: Chetwode Blue. HEX triplet: 69, 6D and AE. RGB value is (105,109,174). Sum of RGB (Red+Green+Blue) = 105+109+174=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #696DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DAE is #969251. Grayscale: #727272. Windows color (decimal): -9867858 or 11431273. OLE color: 11431273.

HSL color Cylindrical-coordinate representation of color #696DAE: hue angle of 236.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696DAE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 109 174 -
CMYK 0.40 0.37 0 0.32
HSL 236.52º 0.3% 0.55% -
HSV(B) 236.52º 0.4% 0.68% -
XYZ 18.93 17 42.33 -
YUV 115.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 105 109 174 0.40 0.37 0 0.32 236.52 0.3 0.55
Hex 69 6D AE 28 25 0 20 ED 1E 37
Octal 151 155 256 50 45 0 40 355 36 67
Binary 1101001 1101101 10101110 101000 100101 0 100000 11101101 11110 110111

Color Harmonies of #696DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DAE

Black with #696DAE

Text Example


Text Example

White with #696DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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