#606783

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

Shades of Waikawa Grey #606783

Tints of Waikawa Grey #606783

Color information

#606783 (or 0x606783) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 83. RGB value is (96,103,131). Sum of RGB (Red+Green+Blue) = 96+103+131=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #606783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606783 is #9F987C. Grayscale: #676767. Windows color (decimal): -10459261 or 8611680. OLE color: 8611680.

HSL color Cylindrical-coordinate representation of color #606783: hue angle of 228º 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 #606783 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96103131-
CMYK0.270.2100.49
HSL228º15.42%44.51%-
HSV(B)228º26.72%51.37%-
XYZ13.7713.8323.42-
YUV104.1143.18122.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=29.09%
G=31.21%
B=39.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961031310.270.2100.4922815.4244.51
Hex6067831B15031e4f2d
Octal14014720333250613441755
Binary110000011001111000001111011101010110001111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606783; }

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

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

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

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

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

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

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

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