Html Css Color HEX #615FAC Rich Blue

📋 copy color: '#615FAC'

red 97 ◦ green 95 ◦ blue 172

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

Shades of Rich Blue #615FAC

Tints of Rich Blue #615FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.1%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 26.65%
G = 26.1%
B = 47.25%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615FAC (or 0x615FAC) is known color: Rich Blue. HEX triplet: 61, 5F and AC. RGB value is (97,95,172). Sum of RGB (Red+Green+Blue) = 97+95+172=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #615FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FAC is #9EA053. Grayscale: #686868. Windows color (decimal): -10395732 or 11296609. OLE color: 11296609.

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

Color convert

RGB 97 95 172 -
CMYK 0.44 0.45 0 0.33
HSL 241.56º 0.32% 0.52% -
HSV(B) 241.56º 0.45% 0.67% -
XYZ 16.47 13.7 40.81 -
YUV 104.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 97 95 172 0.44 0.45 0 0.33 241.56 0.32 0.52
Hex 61 5F AC 2C 2D 0 21 F2 20 34
Octal 141 137 254 54 55 0 41 362 40 64
Binary 1100001 1011111 10101100 101100 101101 0 100001 11110010 100000 110100

Color Harmonies of #615FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FAC

Black with #615FAC

Text Example


Text Example

White with #615FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,95,172); }

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

background-color css

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

 a { background-color: rgb(97,95,172); }

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

border-color css

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

 span { border-color: rgb(97,95,172); }

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