#6873CD

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

Shades of Chetwode Blue #6873CD

Tints of Chetwode Blue #6873CD

Color information

#6873CD (or 0x6873CD) is unknown color: approx Chetwode Blue. HEX triplet: 68, 73 and CD. RGB value is (104,115,205). Sum of RGB (Red+Green+Blue) = 104+115+205=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #6873CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873CD is #978C32. Grayscale: #797979. Windows color (decimal): -9931827 or 13464424. OLE color: 13464424.

HSL color Cylindrical-coordinate representation of color #6873CD: hue angle of 233.47º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6873CD is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104115205-
CMYK0.490.4400.20
HSL233.47º50.25%60.59%-
HSV(B)233.47º49.27%80.39%-
XYZ22.8619.6160.34-
YUV121.97174.86115.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=24.53%
G=27.12%
B=48.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041152050.490.4400.20233.4750.2560.59
Hex6873CD312C014e9323d
Octal15016331561540243516275
Binary110100011100111100110111000110110001010011101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6873CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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