Html Css Color HEX #616893 Waikawa Grey

📋 copy color: '#616893'

red 97 ◦ green 104 ◦ blue 147

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

Shades of Waikawa Grey #616893

Tints of Waikawa Grey #616893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 27.87%
G = 29.89%
B = 42.24%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#616893 (or 0x616893) is known color: Waikawa Grey. HEX triplet: 61, 68 and 93. RGB value is (97,104,147). Sum of RGB (Red+Green+Blue) = 97+104+147=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #616893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616893 is #9E976C. Grayscale: #6A6A6A. Windows color (decimal): -10393453 or 9660513. OLE color: 9660513.

HSL color Cylindrical-coordinate representation of color #616893: hue angle of 231.6º 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 #616893 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 104 147 -
CMYK 0.34 0.29 0 0.42
HSL 231.6º 0.2% 0.48% -
HSV(B) 231.6º 0.34% 0.58% -
XYZ 15.15 14.55 29.61 -
YUV 106.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 97 104 147 0.34 0.29 0 0.42 231.6 0.2 0.48
Hex 61 68 93 22 1D 0 2A E8 14 30
Octal 141 150 223 42 35 0 52 350 24 60
Binary 1100001 1101000 10010011 100010 11101 0 101010 11101000 10100 110000

Color Harmonies of #616893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616893

Black with #616893

Text Example


Text Example

White with #616893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616893; }

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

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

background-color css

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

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

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

border-color css

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

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

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