Html Css Color HEX #6876BA Chetwode Blue

📋 copy color: '#6876BA'

red 104 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #6876BA

Tints of Chetwode Blue #6876BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 25.49%
G = 28.92%
B = 45.59%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6876BA (or 0x6876BA) is known color: Chetwode Blue. HEX triplet: 68, 76 and BA. RGB value is (104,118,186). Sum of RGB (Red+Green+Blue) = 104+118+186=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #6876BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876BA is #978945. Grayscale: #797979. Windows color (decimal): -9931078 or 12220008. OLE color: 12220008.

HSL color Cylindrical-coordinate representation of color #6876BA: hue angle of 229.76º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6876BA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 118 186 -
CMYK 0.44 0.37 0 0.27
HSL 229.76º 0.37% 0.57% -
HSV(B) 229.76º 0.44% 0.73% -
XYZ 21.05 19.45 49.1 -
YUV 121.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 104 118 186 0.44 0.37 0 0.27 229.76 0.37 0.57
Hex 68 76 BA 2C 25 0 1B E6 25 39
Octal 150 166 272 54 45 0 33 346 45 71
Binary 1101000 1110110 10111010 101100 100101 0 11011 11100110 100101 111001

Color Harmonies of #6876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876BA

Black with #6876BA

Text Example


Text Example

White with #6876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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