Html Css Color HEX #617291 Waikawa Grey

📋 copy color: '#617291'

red 97 ◦ green 114 ◦ blue 145

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

Shades of Waikawa Grey #617291

Tints of Waikawa Grey #617291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 27.25%
G = 32.02%
B = 40.73%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617291 (or 0x617291) is known color: Waikawa Grey. HEX triplet: 61, 72 and 91. RGB value is (97,114,145). Sum of RGB (Red+Green+Blue) = 97+114+145=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #617291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617291 is #9E8D6E. Grayscale: #707070. Windows color (decimal): -10390895 or 9532001. OLE color: 9532001.

HSL color Cylindrical-coordinate representation of color #617291: hue angle of 218.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 #617291 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 114 145 -
CMYK 0.33 0.21 0 0.43
HSL 218.75º 0.2% 0.47% -
HSV(B) 218.75º 0.33% 0.57% -
XYZ 16.06 16.62 29.15 -
YUV 112.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 97 114 145 0.33 0.21 0 0.43 218.75 0.2 0.47
Hex 61 72 91 21 15 0 2B DB 14 2F
Octal 141 162 221 41 25 0 53 333 24 57
Binary 1100001 1110010 10010001 100001 10101 0 101011 11011011 10100 101111

Color Harmonies of #617291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617291

Black with #617291

Text Example


Text Example

White with #617291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617291; }

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

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

background-color css

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

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

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

border-color css

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

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

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