Html Css Color HEX #615FB2 Rich Blue

📋 copy color: '#615FB2'

red 97 ◦ green 95 ◦ blue 178

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

Shades of Rich Blue #615FB2

Tints of Rich Blue #615FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 26.22%
G = 25.68%
B = 48.11%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#615FB2 (or 0x615FB2) is known color: Rich Blue. HEX triplet: 61, 5F and B2. RGB value is (97,95,178). Sum of RGB (Red+Green+Blue) = 97+95+178=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #615FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FB2 is #9EA04D. Grayscale: #686868. Windows color (decimal): -10395726 or 11689825. OLE color: 11689825.

HSL color Cylindrical-coordinate representation of color #615FB2: hue angle of 241.45º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615FB2 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 95 178 -
CMYK 0.46 0.47 0 0.30
HSL 241.45º 0.35% 0.54% -
HSV(B) 241.45º 0.47% 0.7% -
XYZ 17.06 13.94 43.91 -
YUV 105.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 97 95 178 0.46 0.47 0 0.30 241.45 0.35 0.54
Hex 61 5F B2 2E 2F 0 1E F1 23 36
Octal 141 137 262 56 57 0 36 361 43 66
Binary 1100001 1011111 10110010 101110 101111 0 11110 11110001 100011 110110

Color Harmonies of #615FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FB2

Black with #615FB2

Text Example


Text Example

White with #615FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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