#6473cb

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

Shades of Chetwode Blue #6473CB

Tints of Chetwode Blue #6473CB

Color information

#6473CB (or 0x6473CB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 73 and CB. RGB value is (100,115,203). Sum of RGB (Red+Green+Blue) = 100+115+203=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #6473CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473CB is #9B8C34. Grayscale: #787878. Windows color (decimal): -10193973 or 13333348. OLE color: 13333348.

HSL color Cylindrical-coordinate representation of color #6473CB: hue angle of 231.26º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6473CB is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100115203-
CMYK0.510.4300.20
HSL231.26º49.76%59.41%-
HSV(B)231.26º50.74%79.61%-
XYZ22.1719.2859.05-
YUV120.55174.53113.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=23.92%
G=27.51%
B=48.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001152030.510.4300.20231.2649.7659.41
Hex6473CB332B014e7323b
Octal14416331363530243476273
Binary110010011100111100101111001110101101010011100111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6473cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6473cb; }

 p { color: rgb(100,115,203); }

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

<style>
 a { background-color: #6473cb; }

 a { background-color: rgb(100,115,203); }

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

<style>
 span { border-color: #6473cb; }

 span { border-color: rgb(100,115,203); }

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