Html Css Color HEX #696FAA Chetwode Blue

📋 copy color: '#696FAA'

red 105 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #696FAA

Tints of Chetwode Blue #696FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

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

R = 27.2%
G = 28.76%
B = 44.04%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#696FAA (or 0x696FAA) is known color: Chetwode Blue. HEX triplet: 69, 6F and AA. RGB value is (105,111,170). Sum of RGB (Red+Green+Blue) = 105+111+170=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #696FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAA is #969055. Grayscale: #737373. Windows color (decimal): -9867350 or 11169641. OLE color: 11169641.

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

Color convert

RGB 105 111 170 -
CMYK 0.38 0.35 0 0.33
HSL 234.46º 0.28% 0.54% -
HSV(B) 234.46º 0.38% 0.67% -
XYZ 18.77 17.27 40.38 -
YUV 115.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 105 111 170 0.38 0.35 0 0.33 234.46 0.28 0.54
Hex 69 6F AA 26 23 0 21 EA 1C 36
Octal 151 157 252 46 43 0 41 352 34 66
Binary 1101001 1101111 10101010 100110 100011 0 100001 11101010 11100 110110

Color Harmonies of #696FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FAA

Black with #696FAA

Text Example


Text Example

White with #696FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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