Html Css Color HEX #696EAE Chetwode Blue

📋 copy color: '#696EAE'

red 105 ◦ green 110 ◦ blue 174

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

Shades of Chetwode Blue #696EAE

Tints of Chetwode Blue #696EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

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

R = 26.99%
G = 28.28%
B = 44.73%

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

#696EAE (or 0x696EAE) is known color: Chetwode Blue. HEX triplet: 69, 6E and AE. RGB value is (105,110,174). Sum of RGB (Red+Green+Blue) = 105+110+174=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #696EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAE is #969151. Grayscale: #737373. Windows color (decimal): -9867602 or 11431529. OLE color: 11431529.

HSL color Cylindrical-coordinate representation of color #696EAE: hue angle of 235.65º 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 #696EAE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 110 174 -
CMYK 0.40 0.37 0 0.32
HSL 235.65º 0.3% 0.55% -
HSV(B) 235.65º 0.4% 0.68% -
XYZ 19.04 17.21 42.36 -
YUV 115.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 105 110 174 0.40 0.37 0 0.32 235.65 0.3 0.55
Hex 69 6E AE 28 25 0 20 EC 1E 37
Octal 151 156 256 50 45 0 40 354 36 67
Binary 1101001 1101110 10101110 101000 100101 0 100000 11101100 11110 110111

Color Harmonies of #696EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EAE

Black with #696EAE

Text Example


Text Example

White with #696EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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