#6872c3

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

Shades of Chetwode Blue #6872C3

Tints of Chetwode Blue #6872C3

Color information

#6872C3 (or 0x6872C3) is unknown color: approx Chetwode Blue. HEX triplet: 68, 72 and C3. RGB value is (104,114,195). Sum of RGB (Red+Green+Blue) = 104+114+195=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #6872C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872C3 is #978D3C. Grayscale: #777777. Windows color (decimal): -9932093 or 12808808. OLE color: 12808808.

HSL color Cylindrical-coordinate representation of color #6872C3: hue angle of 233.41º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6872C3 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104114195-
CMYK0.470.4200.24
HSL233.41º43.13%58.63%-
HSV(B)233.41º46.67%76.47%-
XYZ21.5818.9254.14-
YUV120.24170.19116.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 195 (76.56% from 255) = 47.22%
R=25.18%
G=27.60%
B=47.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041141950.470.4200.24233.4143.1358.63
Hex6872C32F2A018e92b3b
Octal15016230357520303515373
Binary110100011100101100001110111110101001100011101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6872c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6872c3; }

 p { color: rgb(104,114,195); }

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

<style>
 a { background-color: #6872c3; }

 a { background-color: rgb(104,114,195); }

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

<style>
 span { border-color: #6872c3; }

 span { border-color: rgb(104,114,195); }

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