#6877CC

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

Shades of Chetwode Blue #6877CC

Tints of Chetwode Blue #6877CC

Color information

#6877CC (or 0x6877CC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 77 and CC. RGB value is (104,119,204). Sum of RGB (Red+Green+Blue) = 104+119+204=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #6877CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877CC is #978833. Grayscale: #7B7B7B. Windows color (decimal): -9930804 or 13399912. OLE color: 13399912.

HSL color Cylindrical-coordinate representation of color #6877CC: hue angle of 231º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6877CC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104119204-
CMYK0.490.4200.2
HSL231º49.5%60.39%-
HSV(B)231º49.02%80%-
XYZ23.220.559.86-
YUV124.2173.03113.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=24.36%
G=27.87%
B=47.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041192040.490.4200.223149.560.39
Hex6877CC312A014e7323c
Octal15016731461520243476274
Binary110100011101111100110011000110101001010011100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6877CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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