Html Css Color HEX #696AAD Chetwode Blue

📋 copy color: '#696AAD'

red 105 ◦ green 106 ◦ blue 173

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

Shades of Chetwode Blue #696AAD

Tints of Chetwode Blue #696AAD

RGB

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

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

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

R = 27.34%
G = 27.6%
B = 45.05%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#696AAD (or 0x696AAD) is known color: Chetwode Blue. HEX triplet: 69, 6A and AD. RGB value is (105,106,173). Sum of RGB (Red+Green+Blue) = 105+106+173=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #696AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAD is #969552. Grayscale: #717171. Windows color (decimal): -9868627 or 11364969. OLE color: 11364969.

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

Color convert

RGB 105 106 173 -
CMYK 0.39 0.39 0 0.32
HSL 239.12º 0.29% 0.55% -
HSV(B) 239.12º 0.39% 0.68% -
XYZ 18.52 16.33 41.71 -
YUV 113.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 105 106 173 0.39 0.39 0 0.32 239.12 0.29 0.55
Hex 69 6A AD 27 27 0 20 EF 1D 37
Octal 151 152 255 47 47 0 40 357 35 67
Binary 1101001 1101010 10101101 100111 100111 0 100000 11101111 11101 110111

Color Harmonies of #696AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AAD

Black with #696AAD

Text Example


Text Example

White with #696AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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