Html Css Color HEX #696EAC Chetwode Blue

📋 copy color: '#696EAC'

red 105 ◦ green 110 ◦ blue 172

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

Shades of Chetwode Blue #696EAC

Tints of Chetwode Blue #696EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 27.13%
G = 28.42%
B = 44.44%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#696EAC (or 0x696EAC) is known color: Chetwode Blue. HEX triplet: 69, 6E and AC. RGB value is (105,110,172). Sum of RGB (Red+Green+Blue) = 105+110+172=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #696EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696EAC is #969153. Grayscale: #737373. Windows color (decimal): -9867604 or 11300457. OLE color: 11300457.

HSL color Cylindrical-coordinate representation of color #696EAC: hue angle of 235.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696EAC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 110 172 -
CMYK 0.39 0.36 0 0.33
HSL 235.52º 0.29% 0.54% -
HSV(B) 235.52º 0.39% 0.67% -
XYZ 18.85 17.13 41.34 -
YUV 115.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 105 110 172 0.39 0.36 0 0.33 235.52 0.29 0.54
Hex 69 6E AC 27 24 0 21 EC 1D 36
Octal 151 156 254 47 44 0 41 354 35 66
Binary 1101001 1101110 10101100 100111 100100 0 100001 11101100 11101 110110

Color Harmonies of #696EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696EAC

Black with #696EAC

Text Example


Text Example

White with #696EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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