#61699D

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

Shades of Waikawa Grey #61699D

Tints of Waikawa Grey #61699D

Color information

#61699D (or 0x61699D) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 9D. RGB value is (97,105,157). Sum of RGB (Red+Green+Blue) = 97+105+157=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #61699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699D is #9E9662. Grayscale: #6C6C6C. Windows color (decimal): -10393187 or 10316129. OLE color: 10316129.

HSL color Cylindrical-coordinate representation of color #61699D: hue angle of 232º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61699D is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97105157-
CMYK0.380.3300.38
HSL232º23.62%49.8%-
HSV(B)232º38.22%61.57%-
XYZ16.0715.0833.96-
YUV108.54155.35119.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=27.02%
G=29.25%
B=43.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971051570.380.3300.3823223.6249.8
Hex61699D2621026e81832
Octal14115123546410463503062
Binary110000111010011001110110011010000101001101110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61699D; }

 p { color: rgb(97,105,157); }

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

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

 a { background-color: rgb(97,105,157); }

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

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

 span { border-color: rgb(97,105,157); }

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