Html Css Color HEX #616990 Waikawa Grey

📋 copy color: '#616990'

red 97 ◦ green 105 ◦ blue 144

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

Shades of Waikawa Grey #616990

Tints of Waikawa Grey #616990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 28.03%
G = 30.35%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#616990 (or 0x616990) is known color: Waikawa Grey. HEX triplet: 61, 69 and 90. RGB value is (97,105,144). Sum of RGB (Red+Green+Blue) = 97+105+144=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #616990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616990 is #9E966F. Grayscale: #6A6A6A. Windows color (decimal): -10393200 or 9464161. OLE color: 9464161.

HSL color Cylindrical-coordinate representation of color #616990: hue angle of 229.79º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616990 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 105 144 -
CMYK 0.33 0.27 0 0.44
HSL 229.79º 0.2% 0.47% -
HSV(B) 229.79º 0.33% 0.56% -
XYZ 15.02 14.66 28.42 -
YUV 107.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 97 105 144 0.33 0.27 0 0.44 229.79 0.2 0.47
Hex 61 69 90 21 1B 0 2C E6 14 2F
Octal 141 151 220 41 33 0 54 346 24 57
Binary 1100001 1101001 10010000 100001 11011 0 101100 11100110 10100 101111

Color Harmonies of #616990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616990

Black with #616990

Text Example


Text Example

White with #616990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616990; }

 p { color: rgb(97,105,144); }

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

background-color css

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

 a { background-color: rgb(97,105,144); }

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

border-color css

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

 span { border-color: rgb(97,105,144); }

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