Html Css Color HEX #616D9F Waikawa Grey

📋 copy color: '#616D9F'

red 97 ◦ green 109 ◦ blue 159

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

Shades of Waikawa Grey #616D9F

Tints of Waikawa Grey #616D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 26.58%
G = 29.86%
B = 43.56%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#616D9F (or 0x616D9F) is known color: Waikawa Grey. HEX triplet: 61, 6D and 9F. RGB value is (97,109,159). Sum of RGB (Red+Green+Blue) = 97+109+159=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #616D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9F is #9E9260. Grayscale: #6E6E6E. Windows color (decimal): -10392161 or 10448225. OLE color: 10448225.

HSL color Cylindrical-coordinate representation of color #616D9F: hue angle of 228.39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #616D9F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 109 159 -
CMYK 0.39 0.31 0 0.38
HSL 228.39º 0.24% 0.5% -
HSV(B) 228.39º 0.39% 0.62% -
XYZ 16.66 15.98 35.01 -
YUV 111.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 97 109 159 0.39 0.31 0 0.38 228.39 0.24 0.5
Hex 61 6D 9F 27 1F 0 26 E4 18 32
Octal 141 155 237 47 37 0 46 344 30 62
Binary 1100001 1101101 10011111 100111 11111 0 100110 11100100 11000 110010

Color Harmonies of #616D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D9F

Black with #616D9F

Text Example


Text Example

White with #616D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616D9F; }

 p { color: rgb(97,109,159); }

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

background-color css

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

 a { background-color: rgb(97,109,159); }

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

border-color css

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

 span { border-color: rgb(97,109,159); }

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