#606784

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

Shades of Waikawa Grey #606784

Tints of Waikawa Grey #606784

Color information

#606784 (or 0x606784) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 84. RGB value is (96,103,132). Sum of RGB (Red+Green+Blue) = 96+103+132=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #606784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606784 is #9F987B. Grayscale: #686868. Windows color (decimal): -10459260 or 8677216. OLE color: 8677216.

HSL color Cylindrical-coordinate representation of color #606784: hue angle of 228.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606784 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96103132-
CMYK0.270.2200.48
HSL228.33º15.79%44.71%-
HSV(B)228.33º27.27%51.76%-
XYZ13.8413.8523.77-
YUV104.21143.68122.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=29.00%
G=31.12%
B=39.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961031320.270.2200.48228.3315.7944.71
Hex6067841B16030e4102d
Octal14014720433260603442055
Binary1100000110011110000100110111011001100001110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606784; }

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

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

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

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

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

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

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

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