Html Css Color HEX #617892 Waikawa Grey

📋 copy color: '#617892'

red 97 ◦ green 120 ◦ blue 146

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

Shades of Waikawa Grey #617892

Tints of Waikawa Grey #617892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 26.72%
G = 33.06%
B = 40.22%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617892 (or 0x617892) is known color: Waikawa Grey. HEX triplet: 61, 78 and 92. RGB value is (97,120,146). Sum of RGB (Red+Green+Blue) = 97+120+146=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #617892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617892 is #9E876D. Grayscale: #737373. Windows color (decimal): -10389358 or 9599073. OLE color: 9599073.

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

Color convert

RGB 97 120 146 -
CMYK 0.34 0.18 0 0.43
HSL 211.84º 0.2% 0.48% -
HSV(B) 211.84º 0.34% 0.57% -
XYZ 16.83 18.05 29.79 -
YUV 116.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 97 120 146 0.34 0.18 0 0.43 211.84 0.2 0.48
Hex 61 78 92 22 12 0 2B D4 14 30
Octal 141 170 222 42 22 0 53 324 24 60
Binary 1100001 1111000 10010010 100010 10010 0 101011 11010100 10100 110000

Color Harmonies of #617892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617892

Black with #617892

Text Example


Text Example

White with #617892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617892; }

 p { color: rgb(97,120,146); }

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

background-color css

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

 a { background-color: rgb(97,120,146); }

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

border-color css

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

 span { border-color: rgb(97,120,146); }

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