Html Css Color HEX #61718A Waikawa Grey

📋 copy color: '#61718A'

red 97 ◦ green 113 ◦ blue 138

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

Shades of Waikawa Grey #61718A

Tints of Waikawa Grey #61718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 27.87%
G = 32.47%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61718A (or 0x61718A) is known color: Waikawa Grey. HEX triplet: 61, 71 and 8A. RGB value is (97,113,138). Sum of RGB (Red+Green+Blue) = 97+113+138=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #61718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718A is #9E8E75. Grayscale: #6E6E6E. Windows color (decimal): -10391158 or 9072993. OLE color: 9072993.

HSL color Cylindrical-coordinate representation of color #61718A: hue angle of 216.59º 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 #61718A is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 113 138 -
CMYK 0.30 0.18 0 0.46
HSL 216.59º 0.17% 0.46% -
HSV(B) 216.59º 0.3% 0.54% -
XYZ 15.42 16.19 26.36 -
YUV 111.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 97 113 138 0.30 0.18 0 0.46 216.59 0.17 0.46
Hex 61 71 8A 1E 12 0 2E D9 11 2E
Octal 141 161 212 36 22 0 56 331 21 56
Binary 1100001 1110001 10001010 11110 10010 0 101110 11011001 10001 101110

Color Harmonies of #61718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61718A

Black with #61718A

Text Example


Text Example

White with #61718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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