#6064B8

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

Shades of Chetwode Blue #6064B8

Tints of Chetwode Blue #6064B8

Color information

#6064B8 (or 0x6064B8) is unknown color: approx Chetwode Blue. HEX triplet: 60, 64 and B8. RGB value is (96,100,184). Sum of RGB (Red+Green+Blue) = 96+100+184=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #6064B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064B8 is #9F9B47. Grayscale: #6C6C6C. Windows color (decimal): -10459976 or 12084320. OLE color: 12084320.

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

Color convert

RGB96100184-
CMYK0.480.4600.28
HSL237.27º38.26%54.9%-
HSV(B)237.27º47.83%72.16%-
XYZ18.0315.0647.3-
YUV108.38170.67119.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 184 (72.27% from 255) = 48.42%
R=25.26%
G=26.32%
B=48.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961001840.480.4600.28237.2738.2654.9
Hex6064B8302E01Ced2637
Octal14014427060560343554667
Binary110000011001001011100011000010111001110011101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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