Html Css Color HEX #6060BA Rich Blue

📋 copy color: '#6060BA'

red 96 ◦ green 96 ◦ blue 186

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

Shades of Rich Blue #6060BA

Tints of Rich Blue #6060BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 25.4%
G = 25.4%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6060BA (or 0x6060BA) is known color: Rich Blue. HEX triplet: 60, 60 and BA. RGB value is (96,96,186). Sum of RGB (Red+Green+Blue) = 96+96+186=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6060BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060BA is #9F9F45. Grayscale: #696969. Windows color (decimal): -10460998 or 12214368. OLE color: 12214368.

HSL color Cylindrical-coordinate representation of color #6060BA: hue angle of 240º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6060BA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 96 186 -
CMYK 0.48 0.48 0 0.27
HSL 240º 0.39% 0.55% -
HSV(B) 240º 0.48% 0.73% -
XYZ 17.87 14.4 48.29 -
YUV 106.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 96 96 186 0.48 0.48 0 0.27 240 0.39 0.55
Hex 60 60 BA 30 30 0 1B F0 27 37
Octal 140 140 272 60 60 0 33 360 47 67
Binary 1100000 1100000 10111010 110000 110000 0 11011 11110000 100111 110111

Color Harmonies of #6060BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6060BA

Black with #6060BA

Text Example


Text Example

White with #6060BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6060BA; }

 p { color: rgb(96,96,186); }

 H1.HeaderClassName
 {
   color: #6060BA;
 }
 .AnyTagClassName
 {
   color: #6060BA;
 }
</style>

background-color css

<style>
 a { background-color: #6060BA; }

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

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

border-color css

<style>
 span { border-color: #6060BA; }

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

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