#60688F

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

Shades of Waikawa Grey #60688F

Tints of Waikawa Grey #60688F

Color information

#60688F (or 0x60688F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 8F. RGB value is (96,104,143). Sum of RGB (Red+Green+Blue) = 96+104+143=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #60688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60688F is #9F9770. Grayscale: #696969. Windows color (decimal): -10458993 or 9398368. OLE color: 9398368.

HSL color Cylindrical-coordinate representation of color #60688F: hue angle of 229.79º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60688F is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96104143-
CMYK0.330.2700.44
HSL229.79º19.67%46.86%-
HSV(B)229.79º32.87%56.08%-
XYZ14.7314.3727.98-
YUV106.05148.85120.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=27.99%
G=30.32%
B=41.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961041430.330.2700.44229.7919.6746.86
Hex60688F211B02Ce6142f
Octal14015021741330543462457
Binary11000001101000100011111000011101101011001110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60688F; }

 p { color: rgb(96,104,143); }

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

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

 a { background-color: rgb(96,104,143); }

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

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

 span { border-color: rgb(96,104,143); }

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