Html Css Color HEX #616B85 Waikawa Grey

📋 copy color: '#616B85'

red 97 ◦ green 107 ◦ blue 133

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

Shades of Waikawa Grey #616B85

Tints of Waikawa Grey #616B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 28.78%
G = 31.75%
B = 39.47%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616B85 (or 0x616B85) is known color: Waikawa Grey. HEX triplet: 61, 6B and 85. RGB value is (97,107,133). Sum of RGB (Red+Green+Blue) = 97+107+133=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #616B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B85 is #9E947A. Grayscale: #6A6A6A. Windows color (decimal): -10392699 or 8743777. OLE color: 8743777.

HSL color Cylindrical-coordinate representation of color #616B85: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616B85 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 107 133 -
CMYK 0.27 0.20 0 0.48
HSL 223.33º 0.16% 0.45% -
HSV(B) 223.33º 0.27% 0.52% -
XYZ 14.42 14.75 24.28 -
YUV 106.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 97 107 133 0.27 0.20 0 0.48 223.33 0.16 0.45
Hex 61 6B 85 1B 14 0 30 DF 10 2D
Octal 141 153 205 33 24 0 60 337 20 55
Binary 1100001 1101011 10000101 11011 10100 0 110000 11011111 10000 101101

Color Harmonies of #616B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B85

Black with #616B85

Text Example


Text Example

White with #616B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,107,133); }

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

background-color css

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

 a { background-color: rgb(97,107,133); }

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

border-color css

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

 span { border-color: rgb(97,107,133); }

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