Html Css Color HEX #617691 Waikawa Grey

📋 copy color: '#617691'

red 97 ◦ green 118 ◦ blue 145

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

Shades of Waikawa Grey #617691

Tints of Waikawa Grey #617691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 26.94%
G = 32.78%
B = 40.28%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617691 (or 0x617691) is known color: Waikawa Grey. HEX triplet: 61, 76 and 91. RGB value is (97,118,145). Sum of RGB (Red+Green+Blue) = 97+118+145=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #617691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617691 is #9E896E. Grayscale: #727272. Windows color (decimal): -10389871 or 9533025. OLE color: 9533025.

HSL color Cylindrical-coordinate representation of color #617691: hue angle of 213.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617691 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 118 145 -
CMYK 0.33 0.19 0 0.43
HSL 213.75º 0.2% 0.47% -
HSV(B) 213.75º 0.33% 0.57% -
XYZ 16.52 17.54 29.3 -
YUV 114.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 97 118 145 0.33 0.19 0 0.43 213.75 0.2 0.47
Hex 61 76 91 21 13 0 2B D6 14 2F
Octal 141 166 221 41 23 0 53 326 24 57
Binary 1100001 1110110 10010001 100001 10011 0 101011 11010110 10100 101111

Color Harmonies of #617691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617691

Black with #617691

Text Example


Text Example

White with #617691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617691; }

 p { color: rgb(97,118,145); }

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

background-color css

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

 a { background-color: rgb(97,118,145); }

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

border-color css

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

 span { border-color: rgb(97,118,145); }

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