Html Css Color HEX #617090 Waikawa Grey

📋 copy color: '#617090'

red 97 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #617090

Tints of Waikawa Grey #617090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 27.48%
G = 31.73%
B = 40.79%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617090 (or 0x617090) is known color: Waikawa Grey. HEX triplet: 61, 70 and 90. RGB value is (97,112,144). Sum of RGB (Red+Green+Blue) = 97+112+144=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #617090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617090 is #9E8F6F. Grayscale: #6F6F6F. Windows color (decimal): -10391408 or 9465953. OLE color: 9465953.

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

Color convert

RGB 97 112 144 -
CMYK 0.33 0.22 0 0.44
HSL 220.85º 0.2% 0.47% -
HSV(B) 220.85º 0.33% 0.56% -
XYZ 15.76 16.14 28.67 -
YUV 111.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 97 112 144 0.33 0.22 0 0.44 220.85 0.2 0.47
Hex 61 70 90 21 16 0 2C DD 14 2F
Octal 141 160 220 41 26 0 54 335 24 57
Binary 1100001 1110000 10010000 100001 10110 0 101100 11011101 10100 101111

Color Harmonies of #617090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617090

Black with #617090

Text Example


Text Example

White with #617090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617090; }

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

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

background-color css

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

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

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

border-color css

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

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

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