Html Css Color HEX #61759F Waikawa Grey

📋 copy color: '#61759F'

red 97 ◦ green 117 ◦ blue 159

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

Shades of Waikawa Grey #61759F

Tints of Waikawa Grey #61759F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 26.01%
G = 31.37%
B = 42.63%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61759F (or 0x61759F) is known color: Waikawa Grey. HEX triplet: 61, 75 and 9F. RGB value is (97,117,159). Sum of RGB (Red+Green+Blue) = 97+117+159=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #61759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61759F is #9E8A60. Grayscale: #737373. Windows color (decimal): -10390113 or 10450273. OLE color: 10450273.

HSL color Cylindrical-coordinate representation of color #61759F: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61759F is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 117 159 -
CMYK 0.39 0.26 0 0.38
HSL 220.65º 0.24% 0.5% -
HSV(B) 220.65º 0.39% 0.62% -
XYZ 17.55 17.77 35.31 -
YUV 115.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 97 117 159 0.39 0.26 0 0.38 220.65 0.24 0.5
Hex 61 75 9F 27 1A 0 26 DD 18 32
Octal 141 165 237 47 32 0 46 335 30 62
Binary 1100001 1110101 10011111 100111 11010 0 100110 11011101 11000 110010

Color Harmonies of #61759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61759F

Black with #61759F

Text Example


Text Example

White with #61759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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