#6479CC

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

Shades of Chetwode Blue #6479CC

Tints of Chetwode Blue #6479CC

Color information

#6479CC (or 0x6479CC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 79 and CC. RGB value is (100,121,204). Sum of RGB (Red+Green+Blue) = 100+121+204=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #6479CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479CC is #9B8633. Grayscale: #7B7B7B. Windows color (decimal): -10192436 or 13400420. OLE color: 13400420.

HSL color Cylindrical-coordinate representation of color #6479CC: hue angle of 227.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6479CC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100121204-
CMYK0.510.4100.2
HSL227.88º50.49%59.61%-
HSV(B)227.88º50.98%80%-
XYZ22.9920.7459.92-
YUV124.18173.04110.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 204 (80.08% from 255) = 48%
R=23.53%
G=28.47%
B=48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001212040.510.4100.2227.8850.4959.61
Hex6479CC3329014e4323c
Octal14417131463510243446274
Binary110010011110011100110011001110100101010011100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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