Html Css Color HEX #61759B Waikawa Grey

📋 copy color: '#61759B'

red 97 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #61759B

Tints of Waikawa Grey #61759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 26.29%
G = 31.71%
B = 42.01%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61759B (or 0x61759B) is known color: Waikawa Grey. HEX triplet: 61, 75 and 9B. RGB value is (97,117,155). Sum of RGB (Red+Green+Blue) = 97+117+155=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #61759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61759B is #9E8A64. Grayscale: #737373. Windows color (decimal): -10390117 or 10188129. OLE color: 10188129.

HSL color Cylindrical-coordinate representation of color #61759B: hue angle of 219.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61759B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 117 155 -
CMYK 0.37 0.25 0 0.39
HSL 219.31º 0.23% 0.49% -
HSV(B) 219.31º 0.37% 0.61% -
XYZ 17.21 17.63 33.51 -
YUV 115.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 97 117 155 0.37 0.25 0 0.39 219.31 0.23 0.49
Hex 61 75 9B 25 19 0 27 DB 17 31
Octal 141 165 233 45 31 0 47 333 27 61
Binary 1100001 1110101 10011011 100101 11001 0 100111 11011011 10111 110001

Color Harmonies of #61759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61759B

Black with #61759B

Text Example


Text Example

White with #61759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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