Html Css Color HEX #616B83 Waikawa Grey

📋 copy color: '#616B83'

red 97 ◦ green 107 ◦ blue 131

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

Shades of Waikawa Grey #616B83

Tints of Waikawa Grey #616B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 28.96%
G = 31.94%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616B83 (or 0x616B83) is known color: Waikawa Grey. HEX triplet: 61, 6B and 83. RGB value is (97,107,131). Sum of RGB (Red+Green+Blue) = 97+107+131=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #616B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B83 is #9E947C. Grayscale: #6A6A6A. Windows color (decimal): -10392701 or 8612705. OLE color: 8612705.

HSL color Cylindrical-coordinate representation of color #616B83: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616B83 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 107 131 -
CMYK 0.26 0.18 0 0.49
HSL 222.35º 0.15% 0.45% -
HSV(B) 222.35º 0.26% 0.51% -
XYZ 14.28 14.7 23.56 -
YUV 106.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 97 107 131 0.26 0.18 0 0.49 222.35 0.15 0.45
Hex 61 6B 83 1A 12 0 31 DE F 2D
Octal 141 153 203 32 22 0 61 336 17 55
Binary 1100001 1101011 10000011 11010 10010 0 110001 11011110 1111 101101

Color Harmonies of #616B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B83

Black with #616B83

Text Example


Text Example

White with #616B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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