Html Css Color HEX #6466A1 Rich Blue

📋 copy color: '#6466A1'

red 100 ◦ green 102 ◦ blue 161

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

Shades of Rich Blue #6466A1

Tints of Rich Blue #6466A1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 161 (63.28% from 255) = 44.35%

R = 27.55%
G = 28.1%
B = 44.35%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6466A1 (or 0x6466A1) is known color: Rich Blue. HEX triplet: 64, 66 and A1. RGB value is (100,102,161). Sum of RGB (Red+Green+Blue) = 100+102+161=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: blue. Hex color #6466A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6466A1 is #9B995E. Grayscale: #6B6B6B. Windows color (decimal): -10197343 or 10577508. OLE color: 10577508.

HSL color Cylindrical-coordinate representation of color #6466A1: hue angle of 238.03º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6466A1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 102 161 -
CMYK 0.38 0.37 0 0.37
HSL 238.03º 0.24% 0.51% -
HSV(B) 238.03º 0.38% 0.63% -
XYZ 16.44 14.79 35.71 -
YUV 108.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 100 102 161 0.38 0.37 0 0.37 238.03 0.24 0.51
Hex 64 66 A1 26 25 0 25 EE 18 33
Octal 144 146 241 46 45 0 45 356 30 63
Binary 1100100 1100110 10100001 100110 100101 0 100101 11101110 11000 110011

Color Harmonies of #6466A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466A1

Black with #6466A1

Text Example


Text Example

White with #6466A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466A1; }

 p { color: rgb(100,102,161); }

 H1.HeaderClassName
 {
   color: #6466A1;
 }
 .AnyTagClassName
 {
   color: #6466A1;
 }
</style>

background-color css

<style>
 a { background-color: #6466A1; }

 a { background-color: rgb(100,102,161); }

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

border-color css

<style>
 span { border-color: #6466A1; }

 span { border-color: rgb(100,102,161); }

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