Html Css Color HEX #6877BA Chetwode Blue

📋 copy color: '#6877BA'

red 104 ◦ green 119 ◦ blue 186

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

Shades of Chetwode Blue #6877BA

Tints of Chetwode Blue #6877BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

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

R = 25.43%
G = 29.1%
B = 45.48%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6877BA (or 0x6877BA) is known color: Chetwode Blue. HEX triplet: 68, 77 and BA. RGB value is (104,119,186). Sum of RGB (Red+Green+Blue) = 104+119+186=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #6877BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877BA is #978845. Grayscale: #797979. Windows color (decimal): -9930822 or 12220264. OLE color: 12220264.

HSL color Cylindrical-coordinate representation of color #6877BA: hue angle of 229.02º 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 #6877BA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 119 186 -
CMYK 0.44 0.36 0 0.27
HSL 229.02º 0.37% 0.57% -
HSV(B) 229.02º 0.44% 0.73% -
XYZ 21.17 19.68 49.14 -
YUV 122.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 104 119 186 0.44 0.36 0 0.27 229.02 0.37 0.57
Hex 68 77 BA 2C 24 0 1B E5 25 39
Octal 150 167 272 54 44 0 33 345 45 71
Binary 1101000 1110111 10111010 101100 100100 0 11011 11100101 100101 111001

Color Harmonies of #6877BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877BA

Black with #6877BA

Text Example


Text Example

White with #6877BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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