Html Css Color HEX #615CAB Rich Blue

📋 copy color: '#615CAB'

red 97 ◦ green 92 ◦ blue 171

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

Shades of Rich Blue #615CAB

Tints of Rich Blue #615CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 26.94%
G = 25.56%
B = 47.5%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#615CAB (or 0x615CAB) is known color: Rich Blue. HEX triplet: 61, 5C and AB. RGB value is (97,92,171). Sum of RGB (Red+Green+Blue) = 97+92+171=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #615CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAB is #9EA354. Grayscale: #666666. Windows color (decimal): -10396501 or 11230305. OLE color: 11230305.

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

Color convert

RGB 97 92 171 -
CMYK 0.43 0.46 0 0.33
HSL 243.8º 0.32% 0.52% -
HSV(B) 243.8º 0.46% 0.67% -
XYZ 16.11 13.14 40.21 -
YUV 102.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 97 92 171 0.43 0.46 0 0.33 243.8 0.32 0.52
Hex 61 5C AB 2B 2E 0 21 F4 20 34
Octal 141 134 253 53 56 0 41 364 40 64
Binary 1100001 1011100 10101011 101011 101110 0 100001 11110100 100000 110100

Color Harmonies of #615CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CAB

Black with #615CAB

Text Example


Text Example

White with #615CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,92,171); }

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

background-color css

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

 a { background-color: rgb(97,92,171); }

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

border-color css

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

 span { border-color: rgb(97,92,171); }

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