Html Css Color HEX #6261AD Rich Blue

📋 copy color: '#6261AD'

red 98 ◦ green 97 ◦ blue 173

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

Shades of Rich Blue #6261AD

Tints of Rich Blue #6261AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 26.63%
G = 26.36%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6261AD (or 0x6261AD) is known color: Rich Blue. HEX triplet: 62, 61 and AD. RGB value is (98,97,173). Sum of RGB (Red+Green+Blue) = 98+97+173=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6261AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6261AD is #9D9E52. Grayscale: #696969. Windows color (decimal): -10329683 or 11362658. OLE color: 11362658.

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

Color convert

RGB 98 97 173 -
CMYK 0.43 0.44 0 0.32
HSL 240.79º 0.32% 0.53% -
HSV(B) 240.79º 0.44% 0.68% -
XYZ 16.85 14.16 41.38 -
YUV 105.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 98 97 173 0.43 0.44 0 0.32 240.79 0.32 0.53
Hex 62 61 AD 2B 2C 0 20 F1 20 35
Octal 142 141 255 53 54 0 40 361 40 65
Binary 1100010 1100001 10101101 101011 101100 0 100000 11110001 100000 110101

Color Harmonies of #6261AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6261AD

Black with #6261AD

Text Example


Text Example

White with #6261AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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