Html Css Color HEX #616A9C Waikawa Grey

📋 copy color: '#616A9C'

red 97 ◦ green 106 ◦ blue 156

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

Shades of Waikawa Grey #616A9C

Tints of Waikawa Grey #616A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 27.02%
G = 29.53%
B = 43.45%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#616A9C (or 0x616A9C) is known color: Waikawa Grey. HEX triplet: 61, 6A and 9C. RGB value is (97,106,156). Sum of RGB (Red+Green+Blue) = 97+106+156=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #616A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A9C is #9E9563. Grayscale: #6C6C6C. Windows color (decimal): -10392932 or 10250849. OLE color: 10250849.

HSL color Cylindrical-coordinate representation of color #616A9C: hue angle of 230.85º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #616A9C is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 106 156 -
CMYK 0.38 0.32 0 0.39
HSL 230.85º 0.23% 0.5% -
HSV(B) 230.85º 0.38% 0.61% -
XYZ 16.08 15.25 33.55 -
YUV 109.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 97 106 156 0.38 0.32 0 0.39 230.85 0.23 0.5
Hex 61 6A 9C 26 20 0 27 E7 17 32
Octal 141 152 234 46 40 0 47 347 27 62
Binary 1100001 1101010 10011100 100110 100000 0 100111 11100111 10111 110010

Color Harmonies of #616A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A9C

Black with #616A9C

Text Example


Text Example

White with #616A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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