Html Css Color HEX #61789E Waikawa Grey

📋 copy color: '#61789E'

red 97 ◦ green 120 ◦ blue 158

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

Shades of Waikawa Grey #61789E

Tints of Waikawa Grey #61789E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 25.87%
G = 32%
B = 42.13%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61789E (or 0x61789E) is known color: Waikawa Grey. HEX triplet: 61, 78 and 9E. RGB value is (97,120,158). Sum of RGB (Red+Green+Blue) = 97+120+158=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #61789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61789E is #9E8761. Grayscale: #757575. Windows color (decimal): -10389346 or 10385505. OLE color: 10385505.

HSL color Cylindrical-coordinate representation of color #61789E: hue angle of 217.38º 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 #61789E is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 120 158 -
CMYK 0.39 0.24 0 0.38
HSL 217.38º 0.24% 0.5% -
HSV(B) 217.38º 0.39% 0.62% -
XYZ 17.82 18.44 34.97 -
YUV 117.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 97 120 158 0.39 0.24 0 0.38 217.38 0.24 0.5
Hex 61 78 9E 27 18 0 26 D9 18 32
Octal 141 170 236 47 30 0 46 331 30 62
Binary 1100001 1111000 10011110 100111 11000 0 100110 11011001 11000 110010

Color Harmonies of #61789E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61789E

Black with #61789E

Text Example


Text Example

White with #61789E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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