Html Css Color HEX #696AAA Chetwode Blue

📋 copy color: '#696AAA'

red 105 ◦ green 106 ◦ blue 170

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

Shades of Chetwode Blue #696AAA

Tints of Chetwode Blue #696AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 27.56%
G = 27.82%
B = 44.62%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#696AAA (or 0x696AAA) is known color: Chetwode Blue. HEX triplet: 69, 6A and AA. RGB value is (105,106,170). Sum of RGB (Red+Green+Blue) = 105+106+170=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #696AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AAA is #969555. Grayscale: #707070. Windows color (decimal): -9868630 or 11168361. OLE color: 11168361.

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

Color convert

RGB 105 106 170 -
CMYK 0.38 0.38 0 0.33
HSL 239.08º 0.28% 0.54% -
HSV(B) 239.08º 0.38% 0.67% -
XYZ 18.24 16.21 40.2 -
YUV 113 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 105 106 170 0.38 0.38 0 0.33 239.08 0.28 0.54
Hex 69 6A AA 26 26 0 21 EF 1C 36
Octal 151 152 252 46 46 0 41 357 34 66
Binary 1101001 1101010 10101010 100110 100110 0 100001 11101111 11100 110110

Color Harmonies of #696AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696AAA

Black with #696AAA

Text Example


Text Example

White with #696AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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