#6064BA

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

Shades of Chetwode Blue #6064BA

Tints of Chetwode Blue #6064BA

Color information

#6064BA (or 0x6064BA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 64 and BA. RGB value is (96,100,186). Sum of RGB (Red+Green+Blue) = 96+100+186=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #6064BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064BA is #9F9B45. Grayscale: #6C6C6C. Windows color (decimal): -10459974 or 12215392. OLE color: 12215392.

HSL color Cylindrical-coordinate representation of color #6064BA: hue angle of 237.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6064BA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96100186-
CMYK0.480.4600.27
HSL237.33º39.47%55.29%-
HSV(B)237.33º48.39%72.94%-
XYZ18.2415.1548.42-
YUV108.61171.67119.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=25.13%
G=26.18%
B=48.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961001860.480.4600.27237.3339.4755.29
Hex6064BA302E01Bed2737
Octal14014427260560333554767
Binary110000011001001011101011000010111001101111101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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