Html Css Color HEX #616A8B Waikawa Grey

📋 copy color: '#616A8B'

red 97 ◦ green 106 ◦ blue 139

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

Shades of Waikawa Grey #616A8B

Tints of Waikawa Grey #616A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 28.36%
G = 30.99%
B = 40.64%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#616A8B (or 0x616A8B) is known color: Waikawa Grey. HEX triplet: 61, 6A and 8B. RGB value is (97,106,139). Sum of RGB (Red+Green+Blue) = 97+106+139=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #616A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A8B is #9E9574. Grayscale: #6A6A6A. Windows color (decimal): -10392949 or 9136737. OLE color: 9136737.

HSL color Cylindrical-coordinate representation of color #616A8B: hue angle of 227.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616A8B is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 106 139 -
CMYK 0.30 0.24 0 0.45
HSL 227.14º 0.18% 0.46% -
HSV(B) 227.14º 0.3% 0.55% -
XYZ 14.74 14.71 26.49 -
YUV 107.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 97 106 139 0.30 0.24 0 0.45 227.14 0.18 0.46
Hex 61 6A 8B 1E 18 0 2D E3 12 2E
Octal 141 152 213 36 30 0 55 343 22 56
Binary 1100001 1101010 10001011 11110 11000 0 101101 11100011 10010 101110

Color Harmonies of #616A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A8B

Black with #616A8B

Text Example


Text Example

White with #616A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,106,139); }

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

background-color css

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

 a { background-color: rgb(97,106,139); }

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

border-color css

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

 span { border-color: rgb(97,106,139); }

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