Html Css Color HEX #6876AA Chetwode Blue

📋 copy color: '#6876AA'

red 104 ◦ green 118 ◦ blue 170

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

Shades of Chetwode Blue #6876AA

Tints of Chetwode Blue #6876AA

RGB

 RED value IS 104 (41.02% from 255) = 26.53%

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 26.53%
G = 30.1%
B = 43.37%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6876AA (or 0x6876AA) is known color: Chetwode Blue. HEX triplet: 68, 76 and AA. RGB value is (104,118,170). Sum of RGB (Red+Green+Blue) = 104+118+170=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #6876AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6876AA is #978955. Grayscale: #777777. Windows color (decimal): -9931094 or 11171432. OLE color: 11171432.

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

Color convert

RGB 104 118 170 -
CMYK 0.39 0.31 0 0.33
HSL 227.27º 0.28% 0.54% -
HSV(B) 227.27º 0.39% 0.67% -
XYZ 19.44 18.8 40.63 -
YUV 119.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 104 118 170 0.39 0.31 0 0.33 227.27 0.28 0.54
Hex 68 76 AA 27 1F 0 21 E3 1C 36
Octal 150 166 252 47 37 0 41 343 34 66
Binary 1101000 1110110 10101010 100111 11111 0 100001 11100011 11100 110110

Color Harmonies of #6876AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876AA

Black with #6876AA

Text Example


Text Example

White with #6876AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,118,170); }

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

background-color css

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

 a { background-color: rgb(104,118,170); }

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

border-color css

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

 span { border-color: rgb(104,118,170); }

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