Html Css Color HEX #61688A Waikawa Grey

📋 copy color: '#61688A'

red 97 ◦ green 104 ◦ blue 138

#61688A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #61688A

Tints of Waikawa Grey #61688A

RGB

 RED value IS 97 (38.28% from 255) = 28.61%

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 28.61%
G = 30.68%
B = 40.71%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61688A (or 0x61688A) is known color: Waikawa Grey. HEX triplet: 61, 68 and 8A. RGB value is (97,104,138). Sum of RGB (Red+Green+Blue) = 97+104+138=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #61688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61688A is #9E9775. Grayscale: #696969. Windows color (decimal): -10393462 or 9070689. OLE color: 9070689.

HSL color Cylindrical-coordinate representation of color #61688A: hue angle of 229.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61688A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 104 138 -
CMYK 0.30 0.25 0 0.46
HSL 229.76º 0.17% 0.46% -
HSV(B) 229.76º 0.3% 0.54% -
XYZ 14.47 14.28 26.04 -
YUV 105.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 97 104 138 0.30 0.25 0 0.46 229.76 0.17 0.46
Hex 61 68 8A 1E 19 0 2E E6 11 2E
Octal 141 150 212 36 31 0 56 346 21 56
Binary 1100001 1101000 10001010 11110 11001 0 101110 11100110 10001 101110

Color Harmonies of #61688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61688A

Black with #61688A

Text Example


Text Example

White with #61688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61688A; }

 p { color: rgb(97,104,138); }

 H1.HeaderClassName
 {
   color: #61688A;
 }
 .AnyTagClassName
 {
   color: #61688A;
 }
</style>

background-color css

<style>
 a { background-color: #61688A; }

 a { background-color: rgb(97,104,138); }

 div.DivClassName
 {
   background-color: #61688A;
 }
 .BgClassName
 {
   background-color: #61688A;
 }
</style>

border-color css

<style>
 span { border-color: #61688A; }

 span { border-color: rgb(97,104,138); }

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