Html Css Color HEX #6057AC Rich Blue

📋 copy color: '#6057AC'

red 96 ◦ green 87 ◦ blue 172

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

Shades of Rich Blue #6057AC

Tints of Rich Blue #6057AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 27.04%
G = 24.51%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6057AC (or 0x6057AC) is known color: Rich Blue. HEX triplet: 60, 57 and AC. RGB value is (96,87,172). Sum of RGB (Red+Green+Blue) = 96+87+172=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #6057AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057AC is #9FA853. Grayscale: #636363. Windows color (decimal): -10463316 or 11294560. OLE color: 11294560.

HSL color Cylindrical-coordinate representation of color #6057AC: hue angle of 246.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6057AC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 87 172 -
CMYK 0.44 0.49 0 0.33
HSL 246.35º 0.34% 0.51% -
HSV(B) 246.35º 0.49% 0.67% -
XYZ 15.68 12.28 40.57 -
YUV 99.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 96 87 172 0.44 0.49 0 0.33 246.35 0.34 0.51
Hex 60 57 AC 2C 31 0 21 F6 22 33
Octal 140 127 254 54 61 0 41 366 42 63
Binary 1100000 1010111 10101100 101100 110001 0 100001 11110110 100010 110011

Color Harmonies of #6057AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057AC

Black with #6057AC

Text Example


Text Example

White with #6057AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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