Html Css Color HEX #6060AF Rich Blue

📋 copy color: '#6060AF'

red 96 ◦ green 96 ◦ blue 175

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

Shades of Rich Blue #6060AF

Tints of Rich Blue #6060AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 26.16%
G = 26.16%
B = 47.68%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6060AF (or 0x6060AF) is known color: Rich Blue. HEX triplet: 60, 60 and AF. RGB value is (96,96,175). Sum of RGB (Red+Green+Blue) = 96+96+175=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #6060AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6060AF is #9F9F50. Grayscale: #686868. Windows color (decimal): -10461009 or 11493472. OLE color: 11493472.

HSL color Cylindrical-coordinate representation of color #6060AF: hue angle of 240º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6060AF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 96 175 -
CMYK 0.45 0.45 0 0.31
HSL 240º 0.33% 0.53% -
HSV(B) 240º 0.45% 0.69% -
XYZ 16.74 13.95 42.37 -
YUV 105.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 96 96 175 0.45 0.45 0 0.31 240 0.33 0.53
Hex 60 60 AF 2D 2D 0 1F F0 21 35
Octal 140 140 257 55 55 0 37 360 41 65
Binary 1100000 1100000 10101111 101101 101101 0 11111 11110000 100001 110101

Color Harmonies of #6060AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6060AF

Black with #6060AF

Text Example


Text Example

White with #6060AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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