Html Css Color HEX #615DA6 Rich Blue

📋 copy color: '#615DA6'

red 97 ◦ green 93 ◦ blue 166

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

Shades of Rich Blue #615DA6

Tints of Rich Blue #615DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 27.25%
G = 26.12%
B = 46.63%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#615DA6 (or 0x615DA6) is known color: Rich Blue. HEX triplet: 61, 5D and A6. RGB value is (97,93,166). Sum of RGB (Red+Green+Blue) = 97+93+166=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #615DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615DA6 is #9EA259. Grayscale: #666666. Windows color (decimal): -10396250 or 10902881. OLE color: 10902881.

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

Color convert

RGB 97 93 166 -
CMYK 0.42 0.44 0 0.35
HSL 243.29º 0.29% 0.51% -
HSV(B) 243.29º 0.44% 0.65% -
XYZ 15.73 13.12 37.78 -
YUV 102.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 97 93 166 0.42 0.44 0 0.35 243.29 0.29 0.51
Hex 61 5D A6 2A 2C 0 23 F3 1D 33
Octal 141 135 246 52 54 0 43 363 35 63
Binary 1100001 1011101 10100110 101010 101100 0 100011 11110011 11101 110011

Color Harmonies of #615DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DA6

Black with #615DA6

Text Example


Text Example

White with #615DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,166); }

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

background-color css

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

 a { background-color: rgb(97,93,166); }

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

border-color css

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

 span { border-color: rgb(97,93,166); }

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