Html Css Color HEX #6879AC Chetwode Blue

📋 copy color: '#6879AC'

red 104 ◦ green 121 ◦ blue 172

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

Shades of Chetwode Blue #6879AC

Tints of Chetwode Blue #6879AC

RGB

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

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

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

R = 26.2%
G = 30.48%
B = 43.32%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6879AC (or 0x6879AC) is known color: Chetwode Blue. HEX triplet: 68, 79 and AC. RGB value is (104,121,172). Sum of RGB (Red+Green+Blue) = 104+121+172=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #6879AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6879AC is #978653. Grayscale: #797979. Windows color (decimal): -9930324 or 11303272. OLE color: 11303272.

HSL color Cylindrical-coordinate representation of color #6879AC: hue angle of 225º 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 #6879AC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 121 172 -
CMYK 0.40 0.30 0 0.33
HSL 225º 0.29% 0.54% -
HSV(B) 225º 0.4% 0.67% -
XYZ 19.99 19.6 41.76 -
YUV 121.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 104 121 172 0.40 0.30 0 0.33 225 0.29 0.54
Hex 68 79 AC 28 1E 0 21 E1 1D 36
Octal 150 171 254 50 36 0 41 341 35 66
Binary 1101000 1111001 10101100 101000 11110 0 100001 11100001 11101 110110

Color Harmonies of #6879AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6879AC

Black with #6879AC

Text Example


Text Example

White with #6879AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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