Html Css Color HEX #616793 Waikawa Grey

📋 copy color: '#616793'

red 97 ◦ green 103 ◦ blue 147

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

Shades of Waikawa Grey #616793

Tints of Waikawa Grey #616793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 27.95%
G = 29.68%
B = 42.36%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616793 (or 0x616793) is known color: Waikawa Grey. HEX triplet: 61, 67 and 93. RGB value is (97,103,147). Sum of RGB (Red+Green+Blue) = 97+103+147=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #616793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616793 is #9E986C. Grayscale: #6A6A6A. Windows color (decimal): -10393709 or 9660257. OLE color: 9660257.

HSL color Cylindrical-coordinate representation of color #616793: hue angle of 232.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616793 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 103 147 -
CMYK 0.34 0.30 0 0.42
HSL 232.8º 0.2% 0.48% -
HSV(B) 232.8º 0.34% 0.58% -
XYZ 15.05 14.35 29.58 -
YUV 106.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 97 103 147 0.34 0.30 0 0.42 232.8 0.2 0.48
Hex 61 67 93 22 1E 0 2A E9 14 30
Octal 141 147 223 42 36 0 52 351 24 60
Binary 1100001 1100111 10010011 100010 11110 0 101010 11101001 10100 110000

Color Harmonies of #616793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616793

Black with #616793

Text Example


Text Example

White with #616793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616793; }

 p { color: rgb(97,103,147); }

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

background-color css

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

 a { background-color: rgb(97,103,147); }

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

border-color css

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

 span { border-color: rgb(97,103,147); }

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