#60648B

Color #60648B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #60648B

Tints of Waikawa Grey #60648B

Color information

#60648B (or 0x60648B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 64 and 8B. RGB value is (96,100,139). Sum of RGB (Red+Green+Blue) = 96+100+139=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #60648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60648B is #9F9B74. Grayscale: #676767. Windows color (decimal): -10460021 or 9135200. OLE color: 9135200.

HSL color Cylindrical-coordinate representation of color #60648B: hue angle of 234.42º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60648B is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96100139-
CMYK0.310.2800.45
HSL234.42º18.3%46.08%-
HSV(B)234.42º30.94%54.51%-
XYZ14.0413.4726.29-
YUV103.25148.17122.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=28.66%
G=29.85%
B=41.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961001390.310.2800.45234.4218.346.08
Hex60648B1F1C02Dea122e
Octal14014421337340553522256
Binary1100000110010010001011111111110001011011110101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60648B; }

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

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

<style>
 a { background-color: #60648B; }

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

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

<style>
 span { border-color: #60648B; }

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

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