Html Css Color HEX #61789D Waikawa Grey

📋 copy color: '#61789D'

red 97 ◦ green 120 ◦ blue 157

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

Shades of Waikawa Grey #61789D

Tints of Waikawa Grey #61789D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 25.94%
G = 32.09%
B = 41.98%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61789D (or 0x61789D) is known color: Waikawa Grey. HEX triplet: 61, 78 and 9D. RGB value is (97,120,157). Sum of RGB (Red+Green+Blue) = 97+120+157=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #61789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61789D is #9E8762. Grayscale: #757575. Windows color (decimal): -10389347 or 10319969. OLE color: 10319969.

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

Color convert

RGB 97 120 157 -
CMYK 0.38 0.24 0 0.38
HSL 217º 0.24% 0.5% -
HSV(B) 217º 0.38% 0.62% -
XYZ 17.73 18.41 34.52 -
YUV 117.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 97 120 157 0.38 0.24 0 0.38 217 0.24 0.5
Hex 61 78 9D 26 18 0 26 D9 18 32
Octal 141 170 235 46 30 0 46 331 30 62
Binary 1100001 1111000 10011101 100110 11000 0 100110 11011001 11000 110010

Color Harmonies of #61789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61789D

Black with #61789D

Text Example


Text Example

White with #61789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61789D; }

 p { color: rgb(97,120,157); }

 H1.HeaderClassName
 {
   color: #61789D;
 }
 .AnyTagClassName
 {
   color: #61789D;
 }
</style>

background-color css

<style>
 a { background-color: #61789D; }

 a { background-color: rgb(97,120,157); }

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

border-color css

<style>
 span { border-color: #61789D; }

 span { border-color: rgb(97,120,157); }

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