Html Css Color HEX #6260AD Rich Blue

📋 copy color: '#6260AD'

red 98 ◦ green 96 ◦ blue 173

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

Shades of Rich Blue #6260AD

Tints of Rich Blue #6260AD

RGB

 RED value IS 98 (38.67% from 255) = 26.7%

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

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 26.7%
G = 26.16%
B = 47.14%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6260AD (or 0x6260AD) is known color: Rich Blue. HEX triplet: 62, 60 and AD. RGB value is (98,96,173). Sum of RGB (Red+Green+Blue) = 98+96+173=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #6260AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260AD is #9D9F52. Grayscale: #696969. Windows color (decimal): -10329939 or 11362402. OLE color: 11362402.

HSL color Cylindrical-coordinate representation of color #6260AD: hue angle of 241.56º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6260AD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 96 173 -
CMYK 0.43 0.45 0 0.32
HSL 241.56º 0.32% 0.53% -
HSV(B) 241.56º 0.45% 0.68% -
XYZ 16.76 13.98 41.35 -
YUV 105.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 98 96 173 0.43 0.45 0 0.32 241.56 0.32 0.53
Hex 62 60 AD 2B 2D 0 20 F2 20 35
Octal 142 140 255 53 55 0 40 362 40 65
Binary 1100010 1100000 10101101 101011 101101 0 100000 11110010 100000 110101

Color Harmonies of #6260AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260AD

Black with #6260AD

Text Example


Text Example

White with #6260AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6260AD; }

 p { color: rgb(98,96,173); }

 H1.HeaderClassName
 {
   color: #6260AD;
 }
 .AnyTagClassName
 {
   color: #6260AD;
 }
</style>

background-color css

<style>
 a { background-color: #6260AD; }

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

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

border-color css

<style>
 span { border-color: #6260AD; }

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

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