Html Css Color HEX #6467A1 Rich Blue

📋 copy color: '#6467A1'

red 100 ◦ green 103 ◦ blue 161

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

Shades of Rich Blue #6467A1

Tints of Rich Blue #6467A1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

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

R = 27.47%
G = 28.3%
B = 44.23%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6467A1 (or 0x6467A1) is known color: Rich Blue. HEX triplet: 64, 67 and A1. RGB value is (100,103,161). Sum of RGB (Red+Green+Blue) = 100+103+161=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 161 - color contains mainly: blue. Hex color #6467A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6467A1 is #9B985E. Grayscale: #6C6C6C. Windows color (decimal): -10197087 or 10577764. OLE color: 10577764.

HSL color Cylindrical-coordinate representation of color #6467A1: hue angle of 237.05º 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 #6467A1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 103 161 -
CMYK 0.38 0.36 0 0.37
HSL 237.05º 0.24% 0.51% -
HSV(B) 237.05º 0.38% 0.63% -
XYZ 16.54 14.98 35.74 -
YUV 108.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 100 103 161 0.38 0.36 0 0.37 237.05 0.24 0.51
Hex 64 67 A1 26 24 0 25 ED 18 33
Octal 144 147 241 46 44 0 45 355 30 63
Binary 1100100 1100111 10100001 100110 100100 0 100101 11101101 11000 110011

Color Harmonies of #6467A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6467A1

Black with #6467A1

Text Example


Text Example

White with #6467A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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