#60699B

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

Shades of Waikawa Grey #60699B

Tints of Waikawa Grey #60699B

Color information

#60699B (or 0x60699B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 69 and 9B. RGB value is (96,105,155). Sum of RGB (Red+Green+Blue) = 96+105+155=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #60699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60699B is #9F9664. Grayscale: #6B6B6B. Windows color (decimal): -10458725 or 10185056. OLE color: 10185056.

HSL color Cylindrical-coordinate representation of color #60699B: hue angle of 230.85º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60699B is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96105155-
CMYK0.380.3200.39
HSL230.85º23.51%49.22%-
HSV(B)230.85º38.06%60.78%-
XYZ15.7914.9633.06-
YUV108.01154.52119.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=26.97%
G=29.49%
B=43.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961051550.380.3200.39230.8523.5149.22
Hex60699B2620027e71831
Octal14015123346400473473061
Binary110000011010011001101110011010000001001111110011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60699B; }

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

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

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

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

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

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

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

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