Html Css Color HEX #6057AB Rich Blue

📋 copy color: '#6057AB'

red 96 ◦ green 87 ◦ blue 171

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

Shades of Rich Blue #6057AB

Tints of Rich Blue #6057AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 27.12%
G = 24.58%
B = 48.31%

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

#6057AB (or 0x6057AB) is known color: Rich Blue. HEX triplet: 60, 57 and AB. RGB value is (96,87,171). Sum of RGB (Red+Green+Blue) = 96+87+171=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6057AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6057AB is #9FA854. Grayscale: #626262. Windows color (decimal): -10463317 or 11229024. OLE color: 11229024.

HSL color Cylindrical-coordinate representation of color #6057AB: hue angle of 246.43º degrees, saturation: 0.33, 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 #6057AB is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 87 171 -
CMYK 0.44 0.49 0 0.33
HSL 246.43º 0.33% 0.51% -
HSV(B) 246.43º 0.49% 0.67% -
XYZ 15.58 12.24 40.07 -
YUV 99.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 96 87 171 0.44 0.49 0 0.33 246.43 0.33 0.51
Hex 60 57 AB 2C 31 0 21 F6 21 33
Octal 140 127 253 54 61 0 41 366 41 63
Binary 1100000 1010111 10101011 101100 110001 0 100001 11110110 100001 110011

Color Harmonies of #6057AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057AB

Black with #6057AB

Text Example


Text Example

White with #6057AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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