#6475BD

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

Shades of Chetwode Blue #6475BD

Tints of Chetwode Blue #6475BD

Color information

#6475BD (or 0x6475BD) is unknown color: approx Chetwode Blue. HEX triplet: 64, 75 and BD. RGB value is (100,117,189). Sum of RGB (Red+Green+Blue) = 100+117+189=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6475BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475BD is #9B8A42. Grayscale: #777777. Windows color (decimal): -10193475 or 12416356. OLE color: 12416356.

HSL color Cylindrical-coordinate representation of color #6475BD: hue angle of 228.54º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6475BD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100117189-
CMYK0.470.3800.26
HSL228.54º40.27%56.67%-
HSV(B)228.54º47.09%74.12%-
XYZ20.819.1150.74-
YUV120.12166.87113.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=24.63%
G=28.82%
B=46.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001171890.470.3800.26228.5440.2756.67
Hex6475BD2F2601Ae52839
Octal14416527557460323455071
Binary110010011101011011110110111110011001101011100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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