#6479BF

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

Shades of Chetwode Blue #6479BF

Tints of Chetwode Blue #6479BF

Color information

#6479BF (or 0x6479BF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 79 and BF. RGB value is (100,121,191). Sum of RGB (Red+Green+Blue) = 100+121+191=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #6479BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479BF is #9B8640. Grayscale: #7A7A7A. Windows color (decimal): -10192449 or 12548452. OLE color: 12548452.

HSL color Cylindrical-coordinate representation of color #6479BF: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6479BF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100121191-
CMYK0.480.3700.25
HSL226.15º41.55%57.06%-
HSV(B)226.15º47.64%74.9%-
XYZ21.520.1552.05-
YUV122.7166.54111.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.27%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 191 (75% from 255) = 46.36%
R=24.27%
G=29.37%
B=46.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001211910.480.3700.25226.1541.5557.06
Hex6479BF3025019e22a39
Octal14417127760450313425271
Binary110010011110011011111111000010010101100111100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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