#6877D5

Color #6877D5 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6877D5

Tints of Chetwode Blue #6877D5

Color information

#6877D5 (or 0x6877D5) is unknown color: approx Chetwode Blue. HEX triplet: 68, 77 and D5. RGB value is (104,119,213). Sum of RGB (Red+Green+Blue) = 104+119+213=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #6877D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877D5 is #97882A. Grayscale: #7C7C7C. Windows color (decimal): -9930795 or 13989736. OLE color: 13989736.

HSL color Cylindrical-coordinate representation of color #6877D5: hue angle of 231.74º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6877D5 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104119213-
CMYK0.510.4400.16
HSL231.74º56.48%62.16%-
HSV(B)231.74º51.17%83.53%-
XYZ24.3220.9465.71-
YUV125.23177.53112.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.85%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=23.85%
G=27.29%
B=48.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041192130.510.4400.16231.7456.4862.16
Hex6877D5332C010e8383e
Octal15016732563540203507076
Binary110100011101111101010111001110110001000011101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6877D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6877D5;
 }
 .AnyTagClassName
 {
   color: #6877D5;
 }
</style>
background-color css

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

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

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

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

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

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