#6871CC

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

Shades of Chetwode Blue #6871CC

Tints of Chetwode Blue #6871CC

Color information

#6871CC (or 0x6871CC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 71 and CC. RGB value is (104,113,204). Sum of RGB (Red+Green+Blue) = 104+113+204=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6871CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871CC is #978E33. Grayscale: #787878. Windows color (decimal): -9932340 or 13398376. OLE color: 13398376.

HSL color Cylindrical-coordinate representation of color #6871CC: hue angle of 234.6º 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 #6871CC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104113204-
CMYK0.490.4500.2
HSL234.6º49.5%60.39%-
HSV(B)234.6º49.02%80%-
XYZ22.5119.1159.63-
YUV120.68175.02116.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=24.70%
G=26.84%
B=48.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041132040.490.4500.2234.649.560.39
Hex6871CC312D014eb323c
Octal15016131461550243536274
Binary110100011100011100110011000110110101010011101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6871CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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