#60678A

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

Shades of Waikawa Grey #60678A

Tints of Waikawa Grey #60678A

Color information

#60678A (or 0x60678A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 8A. RGB value is (96,103,138). Sum of RGB (Red+Green+Blue) = 96+103+138=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #60678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60678A is #9F9875. Grayscale: #686868. Windows color (decimal): -10459254 or 9070432. OLE color: 9070432.

HSL color Cylindrical-coordinate representation of color #60678A: hue angle of 230º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60678A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96103138-
CMYK0.300.2500.46
HSL230º17.95%45.88%-
HSV(B)230º30.43%54.12%-
XYZ14.2614.0226-
YUV104.9146.68121.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=28.49%
G=30.56%
B=40.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961031380.300.2500.4623017.9545.88
Hex60678A1E1902Ee6122e
Octal14014721236310563462256
Binary1100000110011110001010111101100101011101110011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60678A; }

 p { color: rgb(96,103,138); }

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

<style>
 a { background-color: #60678A; }

 a { background-color: rgb(96,103,138); }

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

<style>
 span { border-color: #60678A; }

 span { border-color: rgb(96,103,138); }

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