Html Css Color HEX #61799C Waikawa Grey

📋 copy color: '#61799C'

red 97 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #61799C

Tints of Waikawa Grey #61799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 25.94%
G = 32.35%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61799C (or 0x61799C) is known color: Waikawa Grey. HEX triplet: 61, 79 and 9C. RGB value is (97,121,156). Sum of RGB (Red+Green+Blue) = 97+121+156=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #61799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61799C is #9E8663. Grayscale: #757575. Windows color (decimal): -10389092 or 10254689. OLE color: 10254689.

HSL color Cylindrical-coordinate representation of color #61799C: hue angle of 215.59º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61799C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 121 156 -
CMYK 0.38 0.22 0 0.39
HSL 215.59º 0.23% 0.5% -
HSV(B) 215.59º 0.38% 0.61% -
XYZ 17.77 18.62 34.11 -
YUV 117.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 97 121 156 0.38 0.22 0 0.39 215.59 0.23 0.5
Hex 61 79 9C 26 16 0 27 D8 17 32
Octal 141 171 234 46 26 0 47 330 27 62
Binary 1100001 1111001 10011100 100110 10110 0 100111 11011000 10111 110010

Color Harmonies of #61799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61799C

Black with #61799C

Text Example


Text Example

White with #61799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61799C; }

 p { color: rgb(97,121,156); }

 H1.HeaderClassName
 {
   color: #61799C;
 }
 .AnyTagClassName
 {
   color: #61799C;
 }
</style>

background-color css

<style>
 a { background-color: #61799C; }

 a { background-color: rgb(97,121,156); }

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

border-color css

<style>
 span { border-color: #61799C; }

 span { border-color: rgb(97,121,156); }

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