#606F8A

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

Shades of Waikawa Grey #606F8A

Tints of Waikawa Grey #606F8A

Color information

#606F8A (or 0x606F8A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6F and 8A. RGB value is (96,111,138). Sum of RGB (Red+Green+Blue) = 96+111+138=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #606F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F8A is #9F9075. Grayscale: #6D6D6D. Windows color (decimal): -10457206 or 9072480. OLE color: 9072480.

HSL color Cylindrical-coordinate representation of color #606F8A: hue angle of 218.57º 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 #606F8A is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96111138-
CMYK0.300.2000.46
HSL218.57º17.95%45.88%-
HSV(B)218.57º30.43%54.12%-
XYZ15.115.6926.28-
YUV109.59144.03118.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 138 (54.30% from 255) = 40%
R=27.83%
G=32.17%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961111380.300.2000.46218.5717.9545.88
Hex606F8A1E1402Edb122e
Octal14015721236240563332256
Binary1100000110111110001010111101010001011101101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606F8A; }

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

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

<style>
 a { background-color: #606F8A; }

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

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

<style>
 span { border-color: #606F8A; }

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

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