Html Css Color HEX #61758F Waikawa Grey

📋 copy color: '#61758F'

red 97 ◦ green 117 ◦ blue 143

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

Shades of Waikawa Grey #61758F

Tints of Waikawa Grey #61758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 27.17%
G = 32.77%
B = 40.06%

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

#61758F (or 0x61758F) is known color: Waikawa Grey. HEX triplet: 61, 75 and 8F. RGB value is (97,117,143). Sum of RGB (Red+Green+Blue) = 97+117+143=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #61758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758F is #9E8A70. Grayscale: #717171. Windows color (decimal): -10390129 or 9401697. OLE color: 9401697.

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

Color convert

RGB 97 117 143 -
CMYK 0.32 0.18 0 0.44
HSL 213.91º 0.19% 0.47% -
HSV(B) 213.91º 0.32% 0.56% -
XYZ 16.25 17.25 28.46 -
YUV 113.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 97 117 143 0.32 0.18 0 0.44 213.91 0.19 0.47
Hex 61 75 8F 20 12 0 2C D6 13 2F
Octal 141 165 217 40 22 0 54 326 23 57
Binary 1100001 1110101 10001111 100000 10010 0 101100 11010110 10011 101111

Color Harmonies of #61758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61758F

Black with #61758F

Text Example


Text Example

White with #61758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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