Html Css Color HEX #696CAD Chetwode Blue

📋 copy color: '#696CAD'

red 105 ◦ green 108 ◦ blue 173

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

Shades of Chetwode Blue #696CAD

Tints of Chetwode Blue #696CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 27.2%
G = 27.98%
B = 44.82%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#696CAD (or 0x696CAD) is known color: Chetwode Blue. HEX triplet: 69, 6C and AD. RGB value is (105,108,173). Sum of RGB (Red+Green+Blue) = 105+108+173=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #696CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CAD is #969352. Grayscale: #727272. Windows color (decimal): -9868115 or 11365481. OLE color: 11365481.

HSL color Cylindrical-coordinate representation of color #696CAD: hue angle of 237.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696CAD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 108 173 -
CMYK 0.39 0.38 0 0.32
HSL 237.35º 0.29% 0.55% -
HSV(B) 237.35º 0.39% 0.68% -
XYZ 18.73 16.75 41.78 -
YUV 114.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 105 108 173 0.39 0.38 0 0.32 237.35 0.29 0.55
Hex 69 6C AD 27 26 0 20 ED 1D 37
Octal 151 154 255 47 46 0 40 355 35 67
Binary 1101001 1101100 10101101 100111 100110 0 100000 11101101 11101 110111

Color Harmonies of #696CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CAD

Black with #696CAD

Text Example


Text Example

White with #696CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,173); }

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

background-color css

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

 a { background-color: rgb(105,108,173); }

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

border-color css

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

 span { border-color: rgb(105,108,173); }

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