Html Css Color HEX #615CA4 Rich Blue

📋 copy color: '#615CA4'

red 97 ◦ green 92 ◦ blue 164

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

Shades of Rich Blue #615CA4

Tints of Rich Blue #615CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.46%

R = 27.48%
G = 26.06%
B = 46.46%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#615CA4 (or 0x615CA4) is known color: Rich Blue. HEX triplet: 61, 5C and A4. RGB value is (97,92,164). Sum of RGB (Red+Green+Blue) = 97+92+164=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #615CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CA4 is #9EA35B. Grayscale: #656565. Windows color (decimal): -10396508 or 10771553. OLE color: 10771553.

HSL color Cylindrical-coordinate representation of color #615CA4: hue angle of 244.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615CA4 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 92 164 -
CMYK 0.41 0.44 0 0.36
HSL 244.17º 0.28% 0.5% -
HSV(B) 244.17º 0.44% 0.64% -
XYZ 15.46 12.88 36.79 -
YUV 101.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 97 92 164 0.41 0.44 0 0.36 244.17 0.28 0.5
Hex 61 5C A4 29 2C 0 24 F4 1C 32
Octal 141 134 244 51 54 0 44 364 34 62
Binary 1100001 1011100 10100100 101001 101100 0 100100 11110100 11100 110010

Color Harmonies of #615CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CA4

Black with #615CA4

Text Example


Text Example

White with #615CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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