Html Css Color HEX #6876AC Chetwode Blue

📋 copy color: '#6876AC'

red 104 ◦ green 118 ◦ blue 172

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

Shades of Chetwode Blue #6876AC

Tints of Chetwode Blue #6876AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 26.4%
G = 29.95%
B = 43.65%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6876AC (or 0x6876AC) is known color: Chetwode Blue. HEX triplet: 68, 76 and AC. RGB value is (104,118,172). Sum of RGB (Red+Green+Blue) = 104+118+172=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #6876AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6876AC is #978953. Grayscale: #777777. Windows color (decimal): -9931092 or 11302504. OLE color: 11302504.

HSL color Cylindrical-coordinate representation of color #6876AC: hue angle of 227.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6876AC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 118 172 -
CMYK 0.40 0.31 0 0.33
HSL 227.65º 0.29% 0.54% -
HSV(B) 227.65º 0.4% 0.67% -
XYZ 19.63 18.88 41.64 -
YUV 119.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 104 118 172 0.40 0.31 0 0.33 227.65 0.29 0.54
Hex 68 76 AC 28 1F 0 21 E4 1D 36
Octal 150 166 254 50 37 0 41 344 35 66
Binary 1101000 1110110 10101100 101000 11111 0 100001 11100100 11101 110110

Color Harmonies of #6876AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876AC

Black with #6876AC

Text Example


Text Example

White with #6876AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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