Html Css Color HEX #61599E Rich Blue

📋 copy color: '#61599E'

red 97 ◦ green 89 ◦ blue 158

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

Shades of Rich Blue #61599E

Tints of Rich Blue #61599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 158 (62.11% from 255) = 45.93%

R = 28.2%
G = 25.87%
B = 45.93%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61599E (or 0x61599E) is known color: Rich Blue. HEX triplet: 61, 59 and 9E. RGB value is (97,89,158). Sum of RGB (Red+Green+Blue) = 97+89+158=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #61599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61599E is #9EA661. Grayscale: #626262. Windows color (decimal): -10397282 or 10377569. OLE color: 10377569.

HSL color Cylindrical-coordinate representation of color #61599E: hue angle of 246.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61599E is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 89 158 -
CMYK 0.39 0.44 0 0.38
HSL 246.96º 0.28% 0.48% -
HSV(B) 246.96º 0.44% 0.62% -
XYZ 14.67 12.15 33.92 -
YUV 99.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 97 89 158 0.39 0.44 0 0.38 246.96 0.28 0.48
Hex 61 59 9E 27 2C 0 26 F7 1C 30
Octal 141 131 236 47 54 0 46 367 34 60
Binary 1100001 1011001 10011110 100111 101100 0 100110 11110111 11100 110000

Color Harmonies of #61599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61599E

Black with #61599E

Text Example


Text Example

White with #61599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61599E; }

 p { color: rgb(97,89,158); }

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

background-color css

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

 a { background-color: rgb(97,89,158); }

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

border-color css

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

 span { border-color: rgb(97,89,158); }

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