Html Css Color HEX #615EAE Rich Blue

📋 copy color: '#615EAE'

red 97 ◦ green 94 ◦ blue 174

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

Shades of Rich Blue #615EAE

Tints of Rich Blue #615EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 26.58%
G = 25.75%
B = 47.67%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#615EAE (or 0x615EAE) is known color: Rich Blue. HEX triplet: 61, 5E and AE. RGB value is (97,94,174). Sum of RGB (Red+Green+Blue) = 97+94+174=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #615EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EAE is #9EA151. Grayscale: #676767. Windows color (decimal): -10395986 or 11427425. OLE color: 11427425.

HSL color Cylindrical-coordinate representation of color #615EAE: hue angle of 242.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615EAE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 94 174 -
CMYK 0.44 0.46 0 0.32
HSL 242.25º 0.33% 0.53% -
HSV(B) 242.25º 0.46% 0.68% -
XYZ 16.57 13.6 41.8 -
YUV 104.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 97 94 174 0.44 0.46 0 0.32 242.25 0.33 0.53
Hex 61 5E AE 2C 2E 0 20 F2 21 35
Octal 141 136 256 54 56 0 40 362 41 65
Binary 1100001 1011110 10101110 101100 101110 0 100000 11110010 100001 110101

Color Harmonies of #615EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EAE

Black with #615EAE

Text Example


Text Example

White with #615EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615EAE; }

 p { color: rgb(97,94,174); }

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

background-color css

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

 a { background-color: rgb(97,94,174); }

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

border-color css

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

 span { border-color: rgb(97,94,174); }

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