#6064BE

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

Shades of Chetwode Blue #6064BE

Tints of Chetwode Blue #6064BE

Color information

#6064BE (or 0x6064BE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 64 and BE. RGB value is (96,100,190). Sum of RGB (Red+Green+Blue) = 96+100+190=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #6064BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064BE is #9F9B41. Grayscale: #6C6C6C. Windows color (decimal): -10459970 or 12477536. OLE color: 12477536.

HSL color Cylindrical-coordinate representation of color #6064BE: hue angle of 237.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6064BE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96100190-
CMYK0.490.4700.25
HSL237.45º41.96%56.08%-
HSV(B)237.45º49.47%74.51%-
XYZ18.6815.3250.69-
YUV109.06173.67118.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=24.87%
G=25.91%
B=49.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961001900.490.4700.25237.4541.9656.08
Hex6064BE312F019ed2a38
Octal14014427661570313555270
Binary110000011001001011111011000110111101100111101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6064BE; }

 p { color: rgb(96,100,190); }

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

<style>
 a { background-color: #6064BE; }

 a { background-color: rgb(96,100,190); }

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

<style>
 span { border-color: #6064BE; }

 span { border-color: rgb(96,100,190); }

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