Html Css Color HEX #6064A0 Rich Blue

📋 copy color: '#6064A0'

red 96 ◦ green 100 ◦ blue 160

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

Shades of Rich Blue #6064A0

Tints of Rich Blue #6064A0

RGB

 RED value IS 96 (37.89% from 255) = 26.97%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 26.97%
G = 28.09%
B = 44.94%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6064A0 (or 0x6064A0) is known color: Rich Blue. HEX triplet: 60, 64 and A0. RGB value is (96,100,160). Sum of RGB (Red+Green+Blue) = 96+100+160=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #6064A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6064A0 is #9F9B5F. Grayscale: #696969. Windows color (decimal): -10460000 or 10511456. OLE color: 10511456.

HSL color Cylindrical-coordinate representation of color #6064A0: hue angle of 236.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6064A0 is Cyan = 0.4, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 100 160 -
CMYK 0.4 0.38 0 0.37
HSL 236.25º 0.25% 0.5% -
HSV(B) 236.25º 0.4% 0.63% -
XYZ 15.73 14.14 35.16 -
YUV 105.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 96 100 160 0.4 0.38 0 0.37 236.25 0.25 0.5
Hex 60 64 A0 28 26 0 25 EC 19 32
Octal 140 144 240 50 46 0 45 354 31 62
Binary 1100000 1100100 10100000 101000 100110 0 100101 11101100 11001 110010

Color Harmonies of #6064A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064A0

Black with #6064A0

Text Example


Text Example

White with #6064A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6064A0; }

 p { color: rgb(96,100,160); }

 H1.HeaderClassName
 {
   color: #6064A0;
 }
 .AnyTagClassName
 {
   color: #6064A0;
 }
</style>

background-color css

<style>
 a { background-color: #6064A0; }

 a { background-color: rgb(96,100,160); }

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

border-color css

<style>
 span { border-color: #6064A0; }

 span { border-color: rgb(96,100,160); }

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