Html Css Color HEX #61718C Waikawa Grey

📋 copy color: '#61718C'

red 97 ◦ green 113 ◦ blue 140

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

Shades of Waikawa Grey #61718C

Tints of Waikawa Grey #61718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 27.71%
G = 32.29%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61718C (or 0x61718C) is known color: Waikawa Grey. HEX triplet: 61, 71 and 8C. RGB value is (97,113,140). Sum of RGB (Red+Green+Blue) = 97+113+140=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #61718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718C is #9E8E73. Grayscale: #6F6F6F. Windows color (decimal): -10391156 or 9204065. OLE color: 9204065.

HSL color Cylindrical-coordinate representation of color #61718C: hue angle of 217.67º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61718C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 113 140 -
CMYK 0.31 0.19 0 0.45
HSL 217.67º 0.18% 0.46% -
HSV(B) 217.67º 0.31% 0.55% -
XYZ 15.57 16.25 27.13 -
YUV 111.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 97 113 140 0.31 0.19 0 0.45 217.67 0.18 0.46
Hex 61 71 8C 1F 13 0 2D DA 12 2E
Octal 141 161 214 37 23 0 55 332 22 56
Binary 1100001 1110001 10001100 11111 10011 0 101101 11011010 10010 101110

Color Harmonies of #61718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61718C

Black with #61718C

Text Example


Text Example

White with #61718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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