#606B8E

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

Shades of Waikawa Grey #606B8E

Tints of Waikawa Grey #606B8E

Color information

#606B8E (or 0x606B8E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 8E. RGB value is (96,107,142). Sum of RGB (Red+Green+Blue) = 96+107+142=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #606B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B8E is #9F9471. Grayscale: #6B6B6B. Windows color (decimal): -10458226 or 9333600. OLE color: 9333600.

HSL color Cylindrical-coordinate representation of color #606B8E: hue angle of 225.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606B8E is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96107142-
CMYK0.320.2500.44
HSL225.65º19.33%46.67%-
HSV(B)225.65º32.39%55.69%-
XYZ14.9614.9627.69-
YUV107.7147.36119.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=27.83%
G=31.01%
B=41.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961071420.320.2500.44225.6519.3346.67
Hex606B8E201902Ce2132f
Octal14015321640310543422357
Binary11000001101011100011101000001100101011001110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,107,142); }

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

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

 a { background-color: rgb(96,107,142); }

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

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

 span { border-color: rgb(96,107,142); }

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