Html Css Color HEX #696AAB Chetwode Blue

📋 copy color: '#696AAB'

red 105 ◦ green 106 ◦ blue 171

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

Shades of Chetwode Blue #696AAB

Tints of Chetwode Blue #696AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 27.49%
G = 27.75%
B = 44.76%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#696AAB (or 0x696AAB) is known color: Chetwode Blue. HEX triplet: 69, 6A and AB. RGB value is (105,106,171). Sum of RGB (Red+Green+Blue) = 105+106+171=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #696AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAB is #969554. Grayscale: #707070. Windows color (decimal): -9868629 or 11233897. OLE color: 11233897.

HSL color Cylindrical-coordinate representation of color #696AAB: hue angle of 239.09º degrees, saturation: 0.28, 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 #696AAB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 106 171 -
CMYK 0.39 0.38 0 0.33
HSL 239.09º 0.28% 0.54% -
HSV(B) 239.09º 0.39% 0.67% -
XYZ 18.33 16.25 40.7 -
YUV 113.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 105 106 171 0.39 0.38 0 0.33 239.09 0.28 0.54
Hex 69 6A AB 27 26 0 21 EF 1C 36
Octal 151 152 253 47 46 0 41 357 34 66
Binary 1101001 1101010 10101011 100111 100110 0 100001 11101111 11100 110110

Color Harmonies of #696AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AAB

Black with #696AAB

Text Example


Text Example

White with #696AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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