#6476CD

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

Shades of Chetwode Blue #6476CD

Tints of Chetwode Blue #6476CD

Color information

#6476CD (or 0x6476CD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 76 and CD. RGB value is (100,118,205). Sum of RGB (Red+Green+Blue) = 100+118+205=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #6476CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476CD is #9B8932. Grayscale: #7A7A7A. Windows color (decimal): -10193203 or 13465188. OLE color: 13465188.

HSL color Cylindrical-coordinate representation of color #6476CD: hue angle of 229.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6476CD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100118205-
CMYK0.510.4200.20
HSL229.71º51.22%59.8%-
HSV(B)229.71º51.22%80.39%-
XYZ22.7520.0760.43-
YUV122.54174.54111.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=23.64%
G=27.90%
B=48.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001182050.510.4200.20229.7151.2259.8
Hex6476CD332A014e6333c
Octal14416631563520243466374
Binary110010011101101100110111001110101001010011100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6476CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,118,205); }

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

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

 a { background-color: rgb(100,118,205); }

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

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

 span { border-color: rgb(100,118,205); }

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