Html Css Color HEX #696AAE Chetwode Blue

📋 copy color: '#696AAE'

red 105 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #696AAE

Tints of Chetwode Blue #696AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

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

R = 27.27%
G = 27.53%
B = 45.19%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#696AAE (or 0x696AAE) is known color: Chetwode Blue. HEX triplet: 69, 6A and AE. RGB value is (105,106,174). Sum of RGB (Red+Green+Blue) = 105+106+174=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #696AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAE is #969551. Grayscale: #717171. Windows color (decimal): -9868626 or 11430505. OLE color: 11430505.

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

Color convert

RGB 105 106 174 -
CMYK 0.40 0.39 0 0.32
HSL 239.13º 0.3% 0.55% -
HSV(B) 239.13º 0.4% 0.68% -
XYZ 18.62 16.37 42.22 -
YUV 113.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 105 106 174 0.40 0.39 0 0.32 239.13 0.3 0.55
Hex 69 6A AE 28 27 0 20 EF 1E 37
Octal 151 152 256 50 47 0 40 357 36 67
Binary 1101001 1101010 10101110 101000 100111 0 100000 11101111 11110 110111

Color Harmonies of #696AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AAE

Black with #696AAE

Text Example


Text Example

White with #696AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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