Html Css Color HEX #6055A2 Rich Blue

📋 copy color: '#6055A2'

red 96 ◦ green 85 ◦ blue 162

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

Shades of Rich Blue #6055A2

Tints of Rich Blue #6055A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 27.99%
G = 24.78%
B = 47.23%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6055A2 (or 0x6055A2) is known color: Rich Blue. HEX triplet: 60, 55 and A2. RGB value is (96,85,162). Sum of RGB (Red+Green+Blue) = 96+85+162=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #6055A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6055A2 is #9FAA5D. Grayscale: #606060. Windows color (decimal): -10463838 or 10638688. OLE color: 10638688.

HSL color Cylindrical-coordinate representation of color #6055A2: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6055A2 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 85 162 -
CMYK 0.41 0.48 0 0.36
HSL 248.57º 0.31% 0.48% -
HSV(B) 248.57º 0.48% 0.64% -
XYZ 14.59 11.59 35.65 -
YUV 97.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 96 85 162 0.41 0.48 0 0.36 248.57 0.31 0.48
Hex 60 55 A2 29 30 0 24 F9 1F 30
Octal 140 125 242 51 60 0 44 371 37 60
Binary 1100000 1010101 10100010 101001 110000 0 100100 11111001 11111 110000

Color Harmonies of #6055A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055A2

Black with #6055A2

Text Example


Text Example

White with #6055A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6055A2; }

 p { color: rgb(96,85,162); }

 H1.HeaderClassName
 {
   color: #6055A2;
 }
 .AnyTagClassName
 {
   color: #6055A2;
 }
</style>

background-color css

<style>
 a { background-color: #6055A2; }

 a { background-color: rgb(96,85,162); }

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

border-color css

<style>
 span { border-color: #6055A2; }

 span { border-color: rgb(96,85,162); }

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