Html Css Color HEX #6465AA Rich Blue

📋 copy color: '#6465AA'

red 100 ◦ green 101 ◦ blue 170

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

Shades of Rich Blue #6465AA

Tints of Rich Blue #6465AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 26.95%
G = 27.22%
B = 45.82%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6465AA (or 0x6465AA) is known color: Rich Blue. HEX triplet: 64, 65 and AA. RGB value is (100,101,170). Sum of RGB (Red+Green+Blue) = 100+101+170=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6465AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6465AA is #9B9A55. Grayscale: #6C6C6C. Windows color (decimal): -10197590 or 11167076. OLE color: 11167076.

HSL color Cylindrical-coordinate representation of color #6465AA: hue angle of 239.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6465AA is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 101 170 -
CMYK 0.41 0.41 0 0.33
HSL 239.14º 0.29% 0.53% -
HSV(B) 239.14º 0.41% 0.67% -
XYZ 17.16 14.92 40.01 -
YUV 108.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 100 101 170 0.41 0.41 0 0.33 239.14 0.29 0.53
Hex 64 65 AA 29 29 0 21 EF 1D 35
Octal 144 145 252 51 51 0 41 357 35 65
Binary 1100100 1100101 10101010 101001 101001 0 100001 11101111 11101 110101

Color Harmonies of #6465AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465AA

Black with #6465AA

Text Example


Text Example

White with #6465AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6465AA; }

 p { color: rgb(100,101,170); }

 H1.HeaderClassName
 {
   color: #6465AA;
 }
 .AnyTagClassName
 {
   color: #6465AA;
 }
</style>

background-color css

<style>
 a { background-color: #6465AA; }

 a { background-color: rgb(100,101,170); }

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

border-color css

<style>
 span { border-color: #6465AA; }

 span { border-color: rgb(100,101,170); }

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