#61699C

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

Shades of Waikawa Grey #61699C

Tints of Waikawa Grey #61699C

Color information

#61699C (or 0x61699C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 69 and 9C. RGB value is (97,105,156). Sum of RGB (Red+Green+Blue) = 97+105+156=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #61699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61699C is #9E9663. Grayscale: #6C6C6C. Windows color (decimal): -10393188 or 10250593. OLE color: 10250593.

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

Color convert

RGB97105156-
CMYK0.380.3300.39
HSL231.86º23.32%49.61%-
HSV(B)231.86º37.82%61.18%-
XYZ15.9815.0433.51-
YUV108.42154.85119.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=27.09%
G=29.33%
B=43.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971051560.380.3300.39231.8623.3249.61
Hex61699C2621027e81732
Octal14115123446410473502762
Binary110000111010011001110010011010000101001111110100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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