Html Css Color HEX #61749D Waikawa Grey

📋 copy color: '#61749D'

red 97 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #61749D

Tints of Waikawa Grey #61749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 26.22%
G = 31.35%
B = 42.43%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61749D (or 0x61749D) is known color: Waikawa Grey. HEX triplet: 61, 74 and 9D. RGB value is (97,116,157). Sum of RGB (Red+Green+Blue) = 97+116+157=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #61749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61749D is #9E8B62. Grayscale: #727272. Windows color (decimal): -10390371 or 10318945. OLE color: 10318945.

HSL color Cylindrical-coordinate representation of color #61749D: hue angle of 221º 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 #61749D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 116 157 -
CMYK 0.38 0.26 0 0.38
HSL 221º 0.24% 0.5% -
HSV(B) 221º 0.38% 0.62% -
XYZ 17.26 17.47 34.36 -
YUV 114.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 97 116 157 0.38 0.26 0 0.38 221 0.24 0.5
Hex 61 74 9D 26 1A 0 26 DD 18 32
Octal 141 164 235 46 32 0 46 335 30 62
Binary 1100001 1110100 10011101 100110 11010 0 100110 11011101 11000 110010

Color Harmonies of #61749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61749D

Black with #61749D

Text Example


Text Example

White with #61749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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