Html Css Color HEX #615FBA Rich Blue

📋 copy color: '#615FBA'

red 97 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #615FBA

Tints of Rich Blue #615FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 25.66%
G = 25.13%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#615FBA (or 0x615FBA) is known color: Rich Blue. HEX triplet: 61, 5F and BA. RGB value is (97,95,186). Sum of RGB (Red+Green+Blue) = 97+95+186=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #615FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FBA is #9EA045. Grayscale: #696969. Windows color (decimal): -10395718 or 12214113. OLE color: 12214113.

HSL color Cylindrical-coordinate representation of color #615FBA: hue angle of 241.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #615FBA is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 95 186 -
CMYK 0.48 0.49 0 0.27
HSL 241.32º 0.4% 0.55% -
HSV(B) 241.32º 0.49% 0.73% -
XYZ 17.88 14.27 48.27 -
YUV 105.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 97 95 186 0.48 0.49 0 0.27 241.32 0.4 0.55
Hex 61 5F BA 30 31 0 1B F1 28 37
Octal 141 137 272 60 61 0 33 361 50 67
Binary 1100001 1011111 10111010 110000 110001 0 11011 11110001 101000 110111

Color Harmonies of #615FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FBA

Black with #615FBA

Text Example


Text Example

White with #615FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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