#6475CC

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

Shades of Chetwode Blue #6475CC

Tints of Chetwode Blue #6475CC

Color information

#6475CC (or 0x6475CC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 75 and CC. RGB value is (100,117,204). Sum of RGB (Red+Green+Blue) = 100+117+204=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6475CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475CC is #9B8A33. Grayscale: #797979. Windows color (decimal): -10193460 or 13399396. OLE color: 13399396.

HSL color Cylindrical-coordinate representation of color #6475CC: hue angle of 230.19º degrees, saturation: 0.5, 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 #6475CC is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100117204-
CMYK0.510.4300.2
HSL230.19º50.49%59.61%-
HSV(B)230.19º50.98%80%-
XYZ22.5219.7959.76-
YUV121.84174.37112.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=23.75%
G=27.79%
B=48.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001172040.510.4300.2230.1950.4959.61
Hex6475CC332B014e6323c
Octal14416531463530243466274
Binary110010011101011100110011001110101101010011100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6475CC; }

 p { color: rgb(100,117,204); }

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

<style>
 a { background-color: #6475CC; }

 a { background-color: rgb(100,117,204); }

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

<style>
 span { border-color: #6475CC; }

 span { border-color: rgb(100,117,204); }

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