Html Css Color HEX #61749B Waikawa Grey

📋 copy color: '#61749B'

red 97 ◦ green 116 ◦ blue 155

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

Shades of Waikawa Grey #61749B

Tints of Waikawa Grey #61749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 26.36%
G = 31.52%
B = 42.12%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61749B (or 0x61749B) is known color: Waikawa Grey. HEX triplet: 61, 74 and 9B. RGB value is (97,116,155). Sum of RGB (Red+Green+Blue) = 97+116+155=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #61749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61749B is #9E8B64. Grayscale: #727272. Windows color (decimal): -10390373 or 10187873. OLE color: 10187873.

HSL color Cylindrical-coordinate representation of color #61749B: hue angle of 220.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61749B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 116 155 -
CMYK 0.37 0.25 0 0.39
HSL 220.34º 0.23% 0.49% -
HSV(B) 220.34º 0.37% 0.61% -
XYZ 17.09 17.4 33.47 -
YUV 114.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 97 116 155 0.37 0.25 0 0.39 220.34 0.23 0.49
Hex 61 74 9B 25 19 0 27 DC 17 31
Octal 141 164 233 45 31 0 47 334 27 61
Binary 1100001 1110100 10011011 100101 11001 0 100111 11011100 10111 110001

Color Harmonies of #61749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61749B

Black with #61749B

Text Example


Text Example

White with #61749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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