#60698C

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

Shades of Waikawa Grey #60698C

Tints of Waikawa Grey #60698C

Color information

#60698C (or 0x60698C) is unknown color: approx Waikawa Grey. HEX triplet: 60, 69 and 8C. RGB value is (96,105,140). Sum of RGB (Red+Green+Blue) = 96+105+140=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #60698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698C is #9F9673. Grayscale: #6A6A6A. Windows color (decimal): -10458740 or 9202016. OLE color: 9202016.

HSL color Cylindrical-coordinate representation of color #60698C: hue angle of 227.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60698C is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96105140-
CMYK0.310.2500.45
HSL227.73º18.64%46.27%-
HSV(B)227.73º31.43%54.9%-
XYZ14.6114.4826.84-
YUV106.3147.02120.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=28.15%
G=30.79%
B=41.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961051400.310.2500.45227.7318.6446.27
Hex60698C1F1902De4132e
Octal14015121437310553442356
Binary1100000110100110001100111111100101011011110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60698C; }

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

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

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

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

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

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

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

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