Html Css Color HEX #615CAF Rich Blue

📋 copy color: '#615CAF'

red 97 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #615CAF

Tints of Rich Blue #615CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 26.65%
G = 25.27%
B = 48.08%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#615CAF (or 0x615CAF) is known color: Rich Blue. HEX triplet: 61, 5C and AF. RGB value is (97,92,175). Sum of RGB (Red+Green+Blue) = 97+92+175=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #615CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAF is #9EA350. Grayscale: #666666. Windows color (decimal): -10396497 or 11492449. OLE color: 11492449.

HSL color Cylindrical-coordinate representation of color #615CAF: hue angle of 243.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615CAF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 92 175 -
CMYK 0.45 0.47 0 0.31
HSL 243.61º 0.34% 0.52% -
HSV(B) 243.61º 0.47% 0.69% -
XYZ 16.49 13.29 42.25 -
YUV 102.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 97 92 175 0.45 0.47 0 0.31 243.61 0.34 0.52
Hex 61 5C AF 2D 2F 0 1F F4 22 34
Octal 141 134 257 55 57 0 37 364 42 64
Binary 1100001 1011100 10101111 101101 101111 0 11111 11110100 100010 110100

Color Harmonies of #615CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CAF

Black with #615CAF

Text Example


Text Example

White with #615CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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