Html Css Color HEX #6054A4 Rich Blue

📋 copy color: '#6054A4'

red 96 ◦ green 84 ◦ blue 164

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

Shades of Rich Blue #6054A4

Tints of Rich Blue #6054A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 27.91%
G = 24.42%
B = 47.67%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6054A4 (or 0x6054A4) is known color: Rich Blue. HEX triplet: 60, 54 and A4. RGB value is (96,84,164). Sum of RGB (Red+Green+Blue) = 96+84+164=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #6054A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6054A4 is #9FAB5B. Grayscale: #606060. Windows color (decimal): -10464092 or 10769504. OLE color: 10769504.

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

Color convert

RGB 96 84 164 -
CMYK 0.41 0.49 0 0.36
HSL 249º 0.32% 0.49% -
HSV(B) 249º 0.49% 0.64% -
XYZ 14.7 11.51 36.57 -
YUV 96.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 96 84 164 0.41 0.49 0 0.36 249 0.32 0.49
Hex 60 54 A4 29 31 0 24 F9 20 31
Octal 140 124 244 51 61 0 44 371 40 61
Binary 1100000 1010100 10100100 101001 110001 0 100100 11111001 100000 110001

Color Harmonies of #6054A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6054A4

Black with #6054A4

Text Example


Text Example

White with #6054A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6054A4; }

 p { color: rgb(96,84,164); }

 H1.HeaderClassName
 {
   color: #6054A4;
 }
 .AnyTagClassName
 {
   color: #6054A4;
 }
</style>

background-color css

<style>
 a { background-color: #6054A4; }

 a { background-color: rgb(96,84,164); }

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

border-color css

<style>
 span { border-color: #6054A4; }

 span { border-color: rgb(96,84,164); }

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