Html Css Color HEX #6260A0 Rich Blue

📋 copy color: '#6260A0'

red 98 ◦ green 96 ◦ blue 160

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

Shades of Rich Blue #6260A0

Tints of Rich Blue #6260A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 27.68%
G = 27.12%
B = 45.2%

CMYK

 C value IS 0.39

 M value IS 0.4

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6260A0 (or 0x6260A0) is known color: Rich Blue. HEX triplet: 62, 60 and A0. RGB value is (98,96,160). Sum of RGB (Red+Green+Blue) = 98+96+160=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #6260A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6260A0 is #9D9F5F. Grayscale: #676767. Windows color (decimal): -10329952 or 10510434. OLE color: 10510434.

HSL color Cylindrical-coordinate representation of color #6260A0: hue angle of 241.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6260A0 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 96 160 -
CMYK 0.39 0.4 0 0.37
HSL 241.88º 0.25% 0.5% -
HSV(B) 241.88º 0.4% 0.63% -
XYZ 15.57 13.5 35.04 -
YUV 103.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 98 96 160 0.39 0.4 0 0.37 241.88 0.25 0.5
Hex 62 60 A0 27 28 0 25 F2 19 32
Octal 142 140 240 47 50 0 45 362 31 62
Binary 1100010 1100000 10100000 100111 101000 0 100101 11110010 11001 110010

Color Harmonies of #6260A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260A0

Black with #6260A0

Text Example


Text Example

White with #6260A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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