Html Css Color HEX #6971AA Chetwode Blue

📋 copy color: '#6971AA'

red 105 ◦ green 113 ◦ blue 170

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

Shades of Chetwode Blue #6971AA

Tints of Chetwode Blue #6971AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

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

R = 27.06%
G = 29.12%
B = 43.81%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6971AA (or 0x6971AA) is known color: Chetwode Blue. HEX triplet: 69, 71 and AA. RGB value is (105,113,170). Sum of RGB (Red+Green+Blue) = 105+113+170=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #6971AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AA is #968E55. Grayscale: #747474. Windows color (decimal): -9866838 or 11170153. OLE color: 11170153.

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

Color convert

RGB 105 113 170 -
CMYK 0.38 0.34 0 0.33
HSL 232.62º 0.28% 0.54% -
HSV(B) 232.62º 0.38% 0.67% -
XYZ 18.99 17.72 40.45 -
YUV 117.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 105 113 170 0.38 0.34 0 0.33 232.62 0.28 0.54
Hex 69 71 AA 26 22 0 21 E9 1C 36
Octal 151 161 252 46 42 0 41 351 34 66
Binary 1101001 1110001 10101010 100110 100010 0 100001 11101001 11100 110110

Color Harmonies of #6971AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971AA

Black with #6971AA

Text Example


Text Example

White with #6971AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6971AA; }

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

 H1.HeaderClassName
 {
   color: #6971AA;
 }
 .AnyTagClassName
 {
   color: #6971AA;
 }
</style>

background-color css

<style>
 a { background-color: #6971AA; }

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

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

border-color css

<style>
 span { border-color: #6971AA; }

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

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