Html Css Color HEX #616883 Waikawa Grey

📋 copy color: '#616883'

red 97 ◦ green 104 ◦ blue 131

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

Shades of Waikawa Grey #616883

Tints of Waikawa Grey #616883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 29.22%
G = 31.33%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616883 (or 0x616883) is known color: Waikawa Grey. HEX triplet: 61, 68 and 83. RGB value is (97,104,131). Sum of RGB (Red+Green+Blue) = 97+104+131=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #616883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616883 is #9E977C. Grayscale: #686868. Windows color (decimal): -10393469 or 8611937. OLE color: 8611937.

HSL color Cylindrical-coordinate representation of color #616883: hue angle of 227.65º 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 #616883 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 104 131 -
CMYK 0.26 0.21 0 0.49
HSL 227.65º 0.15% 0.45% -
HSV(B) 227.65º 0.26% 0.51% -
XYZ 13.98 14.08 23.45 -
YUV 104.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 97 104 131 0.26 0.21 0 0.49 227.65 0.15 0.45
Hex 61 68 83 1A 15 0 31 E4 F 2D
Octal 141 150 203 32 25 0 61 344 17 55
Binary 1100001 1101000 10000011 11010 10101 0 110001 11100100 1111 101101

Color Harmonies of #616883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616883

Black with #616883

Text Example


Text Example

White with #616883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616883; }

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

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

background-color css

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

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

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

border-color css

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

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

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