#6873D2

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

Shades of Chetwode Blue #6873D2

Tints of Chetwode Blue #6873D2

Color information

#6873D2 (or 0x6873D2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 73 and D2. RGB value is (104,115,210). Sum of RGB (Red+Green+Blue) = 104+115+210=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #6873D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873D2 is #978C2D. Grayscale: #7A7A7A. Windows color (decimal): -9931822 or 13792104. OLE color: 13792104.

HSL color Cylindrical-coordinate representation of color #6873D2: hue angle of 233.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6873D2 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104115210-
CMYK0.500.4500.18
HSL233.77º54.08%61.57%-
HSV(B)233.77º50.48%82.35%-
XYZ23.4719.8663.57-
YUV122.54177.36114.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=24.24%
G=26.81%
B=48.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041152100.500.4500.18233.7754.0861.57
Hex6873D2322D012ea363e
Octal15016332262550223526676
Binary110100011100111101001011001010110101001011101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6873D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6873D2; }

 p { color: rgb(104,115,210); }

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

<style>
 a { background-color: #6873D2; }

 a { background-color: rgb(104,115,210); }

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

<style>
 span { border-color: #6873D2; }

 span { border-color: rgb(104,115,210); }

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