Html Css Color HEX #6461AD Rich Blue

📋 copy color: '#6461AD'

red 100 ◦ green 97 ◦ blue 173

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

Shades of Rich Blue #6461AD

Tints of Rich Blue #6461AD

RGB

 RED value IS 100 (39.45% from 255) = 27.03%

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

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

R = 27.03%
G = 26.22%
B = 46.76%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6461AD (or 0x6461AD) is known color: Rich Blue. HEX triplet: 64, 61 and AD. RGB value is (100,97,173). Sum of RGB (Red+Green+Blue) = 100+97+173=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #6461AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6461AD is #9B9E52. Grayscale: #6A6A6A. Windows color (decimal): -10198611 or 11362660. OLE color: 11362660.

HSL color Cylindrical-coordinate representation of color #6461AD: hue angle of 242.37º 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 #6461AD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 97 173 -
CMYK 0.42 0.44 0 0.32
HSL 242.37º 0.32% 0.53% -
HSV(B) 242.37º 0.44% 0.68% -
XYZ 17.07 14.28 41.39 -
YUV 106.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 100 97 173 0.42 0.44 0 0.32 242.37 0.32 0.53
Hex 64 61 AD 2A 2C 0 20 F2 20 35
Octal 144 141 255 52 54 0 40 362 40 65
Binary 1100100 1100001 10101101 101010 101100 0 100000 11110010 100000 110101

Color Harmonies of #6461AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461AD

Black with #6461AD

Text Example


Text Example

White with #6461AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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