Html Css Color HEX #6057A1 Rich Blue

📋 copy color: '#6057A1'

red 96 ◦ green 87 ◦ blue 161

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

Shades of Rich Blue #6057A1

Tints of Rich Blue #6057A1

RGB

 RED value IS 96 (37.89% from 255) = 27.91%

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 161 (63.28% from 255) = 46.8%

R = 27.91%
G = 25.29%
B = 46.8%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6057A1 (or 0x6057A1) is known color: Rich Blue. HEX triplet: 60, 57 and A1. RGB value is (96,87,161). Sum of RGB (Red+Green+Blue) = 96+87+161=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #6057A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057A1 is #9FA85E. Grayscale: #616161. Windows color (decimal): -10463327 or 10573664. OLE color: 10573664.

HSL color Cylindrical-coordinate representation of color #6057A1: hue angle of 247.3º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6057A1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 87 161 -
CMYK 0.40 0.46 0 0.37
HSL 247.3º 0.3% 0.49% -
HSV(B) 247.3º 0.46% 0.63% -
XYZ 14.67 11.88 35.24 -
YUV 98.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 96 87 161 0.40 0.46 0 0.37 247.3 0.3 0.49
Hex 60 57 A1 28 2E 0 25 F7 1E 31
Octal 140 127 241 50 56 0 45 367 36 61
Binary 1100000 1010111 10100001 101000 101110 0 100101 11110111 11110 110001

Color Harmonies of #6057A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057A1

Black with #6057A1

Text Example


Text Example

White with #6057A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6057A1; }

 p { color: rgb(96,87,161); }

 H1.HeaderClassName
 {
   color: #6057A1;
 }
 .AnyTagClassName
 {
   color: #6057A1;
 }
</style>

background-color css

<style>
 a { background-color: #6057A1; }

 a { background-color: rgb(96,87,161); }

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

border-color css

<style>
 span { border-color: #6057A1; }

 span { border-color: rgb(96,87,161); }

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