Html Css Color HEX #616C9C Waikawa Grey

📋 copy color: '#616C9C'

red 97 ◦ green 108 ◦ blue 156

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

Shades of Waikawa Grey #616C9C

Tints of Waikawa Grey #616C9C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

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

R = 26.87%
G = 29.92%
B = 43.21%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#616C9C (or 0x616C9C) is known color: Waikawa Grey. HEX triplet: 61, 6C and 9C. RGB value is (97,108,156). Sum of RGB (Red+Green+Blue) = 97+108+156=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #616C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C9C is #9E9363. Grayscale: #6D6D6D. Windows color (decimal): -10392420 or 10251361. OLE color: 10251361.

HSL color Cylindrical-coordinate representation of color #616C9C: hue angle of 228.81º 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 #616C9C is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 108 156 -
CMYK 0.38 0.31 0 0.39
HSL 228.81º 0.23% 0.5% -
HSV(B) 228.81º 0.38% 0.61% -
XYZ 16.29 15.67 33.62 -
YUV 110.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 97 108 156 0.38 0.31 0 0.39 228.81 0.23 0.5
Hex 61 6C 9C 26 1F 0 27 E5 17 32
Octal 141 154 234 46 37 0 47 345 27 62
Binary 1100001 1101100 10011100 100110 11111 0 100111 11100101 10111 110010

Color Harmonies of #616C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C9C

Black with #616C9C

Text Example


Text Example

White with #616C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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