#606983

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

Shades of Waikawa Grey #606983

Tints of Waikawa Grey #606983

Color information

#606983 (or 0x606983) is unknown color: approx Waikawa Grey. HEX triplet: 60, 69 and 83. RGB value is (96,105,131). Sum of RGB (Red+Green+Blue) = 96+105+131=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #606983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606983 is #9F967C. Grayscale: #696969. Windows color (decimal): -10458749 or 8612192. OLE color: 8612192.

HSL color Cylindrical-coordinate representation of color #606983: hue angle of 224.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606983 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96105131-
CMYK0.270.2000.49
HSL224.57º15.42%44.51%-
HSV(B)224.57º26.72%51.37%-
XYZ13.9714.2323.48-
YUV105.27142.52121.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=28.92%
G=31.63%
B=39.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961051310.270.2000.49224.5715.4244.51
Hex6069831B14031e1f2d
Octal14015120333240613411755
Binary110000011010011000001111011101000110001111000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606983; }

 p { color: rgb(96,105,131); }

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

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

 a { background-color: rgb(96,105,131); }

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

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

 span { border-color: rgb(96,105,131); }

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