#60679A

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

Shades of Waikawa Grey #60679A

Tints of Waikawa Grey #60679A

Color information

#60679A (or 0x60679A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 9A. RGB value is (96,103,154). Sum of RGB (Red+Green+Blue) = 96+103+154=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #60679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679A is #9F9865. Grayscale: #6A6A6A. Windows color (decimal): -10459238 or 10119008. OLE color: 10119008.

HSL color Cylindrical-coordinate representation of color #60679A: hue angle of 232.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60679A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96103154-
CMYK0.380.3300.40
HSL232.76º23.2%49.02%-
HSV(B)232.76º37.66%60.39%-
XYZ15.5114.5232.56-
YUV106.72154.68120.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=27.20%
G=29.18%
B=43.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961031540.380.3300.40232.7623.249.02
Hex60679A2621028e91731
Octal14014723246410503512761
Binary110000011001111001101010011010000101010001110100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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