Html Css Color HEX #615CA5 Rich Blue

📋 copy color: '#615CA5'

red 97 ◦ green 92 ◦ blue 165

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

Shades of Rich Blue #615CA5

Tints of Rich Blue #615CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 27.4%
G = 25.99%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#615CA5 (or 0x615CA5) is known color: Rich Blue. HEX triplet: 61, 5C and A5. RGB value is (97,92,165). Sum of RGB (Red+Green+Blue) = 97+92+165=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #615CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CA5 is #9EA35A. Grayscale: #656565. Windows color (decimal): -10396507 or 10837089. OLE color: 10837089.

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

Color convert

RGB 97 92 165 -
CMYK 0.41 0.44 0 0.35
HSL 244.11º 0.29% 0.5% -
HSV(B) 244.11º 0.44% 0.65% -
XYZ 15.55 12.91 37.27 -
YUV 101.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 97 92 165 0.41 0.44 0 0.35 244.11 0.29 0.5
Hex 61 5C A5 29 2C 0 23 F4 1D 32
Octal 141 134 245 51 54 0 43 364 35 62
Binary 1100001 1011100 10100101 101001 101100 0 100011 11110100 11101 110010

Color Harmonies of #615CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CA5

Black with #615CA5

Text Example


Text Example

White with #615CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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