Html Css Color HEX #61748F Waikawa Grey

📋 copy color: '#61748F'

red 97 ◦ green 116 ◦ blue 143

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

Shades of Waikawa Grey #61748F

Tints of Waikawa Grey #61748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 27.25%
G = 32.58%
B = 40.17%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61748F (or 0x61748F) is known color: Waikawa Grey. HEX triplet: 61, 74 and 8F. RGB value is (97,116,143). Sum of RGB (Red+Green+Blue) = 97+116+143=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #61748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61748F is #9E8B70. Grayscale: #717171. Windows color (decimal): -10390385 or 9401441. OLE color: 9401441.

HSL color Cylindrical-coordinate representation of color #61748F: hue angle of 215.22º 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 #61748F is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 116 143 -
CMYK 0.32 0.19 0 0.44
HSL 215.22º 0.19% 0.47% -
HSV(B) 215.22º 0.32% 0.56% -
XYZ 16.13 17.02 28.42 -
YUV 113.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 97 116 143 0.32 0.19 0 0.44 215.22 0.19 0.47
Hex 61 74 8F 20 13 0 2C D7 13 2F
Octal 141 164 217 40 23 0 54 327 23 57
Binary 1100001 1110100 10001111 100000 10011 0 101100 11010111 10011 101111

Color Harmonies of #61748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61748F

Black with #61748F

Text Example


Text Example

White with #61748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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