Html Css Color HEX #61748E Waikawa Grey

📋 copy color: '#61748E'

red 97 ◦ green 116 ◦ blue 142

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

Shades of Waikawa Grey #61748E

Tints of Waikawa Grey #61748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 142 (55.86% from 255) = 40%

R = 27.32%
G = 32.68%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61748E (or 0x61748E) is known color: Waikawa Grey. HEX triplet: 61, 74 and 8E. RGB value is (97,116,142). Sum of RGB (Red+Green+Blue) = 97+116+142=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #61748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61748E is #9E8B71. Grayscale: #717171. Windows color (decimal): -10390386 or 9335905. OLE color: 9335905.

HSL color Cylindrical-coordinate representation of color #61748E: hue angle of 214.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61748E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 116 142 -
CMYK 0.32 0.18 0 0.44
HSL 214.67º 0.19% 0.47% -
HSV(B) 214.67º 0.32% 0.56% -
XYZ 16.06 16.99 28.02 -
YUV 113.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 97 116 142 0.32 0.18 0 0.44 214.67 0.19 0.47
Hex 61 74 8E 20 12 0 2C D7 13 2F
Octal 141 164 216 40 22 0 54 327 23 57
Binary 1100001 1110100 10001110 100000 10010 0 101100 11010111 10011 101111

Color Harmonies of #61748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61748E

Black with #61748E

Text Example


Text Example

White with #61748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61748E; }

 p { color: rgb(97,116,142); }

 H1.HeaderClassName
 {
   color: #61748E;
 }
 .AnyTagClassName
 {
   color: #61748E;
 }
</style>

background-color css

<style>
 a { background-color: #61748E; }

 a { background-color: rgb(97,116,142); }

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

border-color css

<style>
 span { border-color: #61748E; }

 span { border-color: rgb(97,116,142); }

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