#6479BC

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

Shades of Chetwode Blue #6479BC

Tints of Chetwode Blue #6479BC

Color information

#6479BC (or 0x6479BC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 79 and BC. RGB value is (100,121,188). Sum of RGB (Red+Green+Blue) = 100+121+188=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #6479BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479BC is #9B8643. Grayscale: #7A7A7A. Windows color (decimal): -10192452 or 12351844. OLE color: 12351844.

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

Color convert

RGB100121188-
CMYK0.470.3600.26
HSL225.68º39.64%56.47%-
HSV(B)225.68º46.81%73.73%-
XYZ21.1720.0150.32-
YUV122.36165.04112.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=24.45%
G=29.58%
B=45.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001211880.470.3600.26225.6839.6456.47
Hex6479BC2F2401Ae22838
Octal14417127457440323425070
Binary110010011110011011110010111110010001101011100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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