Html Css Color HEX #6979AA Chetwode Blue

📋 copy color: '#6979AA'

red 105 ◦ green 121 ◦ blue 170

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

Shades of Chetwode Blue #6979AA

Tints of Chetwode Blue #6979AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 26.52%
G = 30.56%
B = 42.93%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6979AA (or 0x6979AA) is known color: Chetwode Blue. HEX triplet: 69, 79 and AA. RGB value is (105,121,170). Sum of RGB (Red+Green+Blue) = 105+121+170=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #6979AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6979AA is #968655. Grayscale: #797979. Windows color (decimal): -9864790 or 11172201. OLE color: 11172201.

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

Color convert

RGB 105 121 170 -
CMYK 0.38 0.29 0 0.33
HSL 225.23º 0.28% 0.54% -
HSV(B) 225.23º 0.38% 0.67% -
XYZ 19.92 19.58 40.76 -
YUV 121.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 105 121 170 0.38 0.29 0 0.33 225.23 0.28 0.54
Hex 69 79 AA 26 1D 0 21 E1 1C 36
Octal 151 171 252 46 35 0 41 341 34 66
Binary 1101001 1111001 10101010 100110 11101 0 100001 11100001 11100 110110

Color Harmonies of #6979AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979AA

Black with #6979AA

Text Example


Text Example

White with #6979AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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