Html Css Color HEX #6462AB Rich Blue

📋 copy color: '#6462AB'

red 100 ◦ green 98 ◦ blue 171

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

Shades of Rich Blue #6462AB

Tints of Rich Blue #6462AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 27.1%
G = 26.56%
B = 46.34%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6462AB (or 0x6462AB) is known color: Rich Blue. HEX triplet: 64, 62 and AB. RGB value is (100,98,171). Sum of RGB (Red+Green+Blue) = 100+98+171=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #6462AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6462AB is #9B9D54. Grayscale: #6A6A6A. Windows color (decimal): -10198357 or 11231844. OLE color: 11231844.

HSL color Cylindrical-coordinate representation of color #6462AB: hue angle of 241.64º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6462AB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 98 171 -
CMYK 0.42 0.43 0 0.33
HSL 241.64º 0.3% 0.53% -
HSV(B) 241.64º 0.43% 0.67% -
XYZ 16.97 14.38 40.41 -
YUV 106.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 100 98 171 0.42 0.43 0 0.33 241.64 0.3 0.53
Hex 64 62 AB 2A 2B 0 21 F2 1E 35
Octal 144 142 253 52 53 0 41 362 36 65
Binary 1100100 1100010 10101011 101010 101011 0 100001 11110010 11110 110101

Color Harmonies of #6462AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462AB

Black with #6462AB

Text Example


Text Example

White with #6462AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6462AB; }

 p { color: rgb(100,98,171); }

 H1.HeaderClassName
 {
   color: #6462AB;
 }
 .AnyTagClassName
 {
   color: #6462AB;
 }
</style>

background-color css

<style>
 a { background-color: #6462AB; }

 a { background-color: rgb(100,98,171); }

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

border-color css

<style>
 span { border-color: #6462AB; }

 span { border-color: rgb(100,98,171); }

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