Html Css Color HEX #617A98 Waikawa Grey

📋 copy color: '#617A98'

red 97 ◦ green 122 ◦ blue 152

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

Shades of Waikawa Grey #617A98

Tints of Waikawa Grey #617A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

 BLUE value IS 152 (59.77% from 255) = 40.97%

R = 26.15%
G = 32.88%
B = 40.97%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#617A98 (or 0x617A98) is known color: Waikawa Grey. HEX triplet: 61, 7A and 98. RGB value is (97,122,152). Sum of RGB (Red+Green+Blue) = 97+122+152=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #617A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A98 is #9E8567. Grayscale: #757575. Windows color (decimal): -10388840 or 9992801. OLE color: 9992801.

HSL color Cylindrical-coordinate representation of color #617A98: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #617A98 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 122 152 -
CMYK 0.36 0.20 0 0.40
HSL 212.73º 0.22% 0.49% -
HSV(B) 212.73º 0.36% 0.6% -
XYZ 17.56 18.73 32.4 -
YUV 117.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 97 122 152 0.36 0.20 0 0.40 212.73 0.22 0.49
Hex 61 7A 98 24 14 0 28 D5 16 31
Octal 141 172 230 44 24 0 50 325 26 61
Binary 1100001 1111010 10011000 100100 10100 0 101000 11010101 10110 110001

Color Harmonies of #617A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A98

Black with #617A98

Text Example


Text Example

White with #617A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617A98; }

 p { color: rgb(97,122,152); }

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

background-color css

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

 a { background-color: rgb(97,122,152); }

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

border-color css

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

 span { border-color: rgb(97,122,152); }

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