#6476AF

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

Shades of Chetwode Blue #6476AF

Tints of Chetwode Blue #6476AF

Color information

#6476AF (or 0x6476AF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 76 and AF. RGB value is (100,118,175). Sum of RGB (Red+Green+Blue) = 100+118+175=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #6476AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6476AF is #9B8950. Grayscale: #767676. Windows color (decimal): -10193233 or 11499108. OLE color: 11499108.

HSL color Cylindrical-coordinate representation of color #6476AF: hue angle of 225.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6476AF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100118175-
CMYK0.430.3300.31
HSL225.6º31.91%53.92%-
HSV(B)225.6º42.86%68.63%-
XYZ19.4718.7643.15-
YUV119.12159.54114.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=25.45%
G=30.03%
B=44.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001181750.430.3300.31225.631.9153.92
Hex6476AF2B2101Fe22036
Octal14416625753410373424066
Binary110010011101101010111110101110000101111111100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6476AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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