Html Css Color HEX #616DA0 Waikawa Grey

📋 copy color: '#616DA0'

red 97 ◦ green 109 ◦ blue 160

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

Shades of Waikawa Grey #616DA0

Tints of Waikawa Grey #616DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 26.5%
G = 29.78%
B = 43.72%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#616DA0 (or 0x616DA0) is known color: Waikawa Grey. HEX triplet: 61, 6D and A0. RGB value is (97,109,160). Sum of RGB (Red+Green+Blue) = 97+109+160=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #616DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DA0 is #9E925F. Grayscale: #6F6F6F. Windows color (decimal): -10392160 or 10513761. OLE color: 10513761.

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

Color convert

RGB 97 109 160 -
CMYK 0.39 0.32 0 0.37
HSL 228.57º 0.25% 0.5% -
HSV(B) 228.57º 0.39% 0.63% -
XYZ 16.74 16.02 35.47 -
YUV 111.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 97 109 160 0.39 0.32 0 0.37 228.57 0.25 0.5
Hex 61 6D A0 27 20 0 25 E5 19 32
Octal 141 155 240 47 40 0 45 345 31 62
Binary 1100001 1101101 10100000 100111 100000 0 100101 11100101 11001 110010

Color Harmonies of #616DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616DA0

Black with #616DA0

Text Example


Text Example

White with #616DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,109,160); }

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

background-color css

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

 a { background-color: rgb(97,109,160); }

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

border-color css

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

 span { border-color: rgb(97,109,160); }

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