Html Css Color HEX #61719C Waikawa Grey

📋 copy color: '#61719C'

red 97 ◦ green 113 ◦ blue 156

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

Shades of Waikawa Grey #61719C

Tints of Waikawa Grey #61719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

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

R = 26.5%
G = 30.87%
B = 42.62%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61719C (or 0x61719C) is known color: Waikawa Grey. HEX triplet: 61, 71 and 9C. RGB value is (97,113,156). Sum of RGB (Red+Green+Blue) = 97+113+156=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #61719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61719C is #9E8E63. Grayscale: #707070. Windows color (decimal): -10391140 or 10252641. OLE color: 10252641.

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

Color convert

RGB 97 113 156 -
CMYK 0.38 0.28 0 0.39
HSL 223.73º 0.23% 0.5% -
HSV(B) 223.73º 0.38% 0.61% -
XYZ 16.84 16.75 33.8 -
YUV 113.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 97 113 156 0.38 0.28 0 0.39 223.73 0.23 0.5
Hex 61 71 9C 26 1C 0 27 E0 17 32
Octal 141 161 234 46 34 0 47 340 27 62
Binary 1100001 1110001 10011100 100110 11100 0 100111 11100000 10111 110010

Color Harmonies of #61719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61719C

Black with #61719C

Text Example


Text Example

White with #61719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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