Html Css Color HEX #61709C Waikawa Grey

📋 copy color: '#61709C'

red 97 ◦ green 112 ◦ blue 156

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

Shades of Waikawa Grey #61709C

Tints of Waikawa Grey #61709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

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

R = 26.58%
G = 30.68%
B = 42.74%

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

#61709C (or 0x61709C) is known color: Waikawa Grey. HEX triplet: 61, 70 and 9C. RGB value is (97,112,156). Sum of RGB (Red+Green+Blue) = 97+112+156=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #61709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61709C is #9E8F63. Grayscale: #707070. Windows color (decimal): -10391396 or 10252385. OLE color: 10252385.

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

Color convert

RGB 97 112 156 -
CMYK 0.38 0.28 0 0.39
HSL 224.75º 0.23% 0.5% -
HSV(B) 224.75º 0.38% 0.61% -
XYZ 16.72 16.53 33.76 -
YUV 112.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 97 112 156 0.38 0.28 0 0.39 224.75 0.23 0.5
Hex 61 70 9C 26 1C 0 27 E1 17 32
Octal 141 160 234 46 34 0 47 341 27 62
Binary 1100001 1110000 10011100 100110 11100 0 100111 11100001 10111 110010

Color Harmonies of #61709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61709C

Black with #61709C

Text Example


Text Example

White with #61709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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