#6479AF

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

Shades of Chetwode Blue #6479AF

Tints of Chetwode Blue #6479AF

Color information

#6479AF (or 0x6479AF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 79 and AF. RGB value is (100,121,175). Sum of RGB (Red+Green+Blue) = 100+121+175=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #6479AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6479AF is #9B8650. Grayscale: #787878. Windows color (decimal): -10192465 or 11499876. OLE color: 11499876.

HSL color Cylindrical-coordinate representation of color #6479AF: hue angle of 223.2º 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 #6479AF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100121175-
CMYK0.430.3100.31
HSL223.2º31.91%53.92%-
HSV(B)223.2º42.86%68.63%-
XYZ19.8319.4843.27-
YUV120.88158.54113.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=25.25%
G=30.56%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001211750.430.3100.31223.231.9153.92
Hex6479AF2B1F01Fdf2036
Octal14417125753370373374066
Binary11001001111001101011111010111111101111111011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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