Html Css Color HEX #6063A0 Rich Blue

📋 copy color: '#6063A0'

red 96 ◦ green 99 ◦ blue 160

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

Shades of Rich Blue #6063A0

Tints of Rich Blue #6063A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 27.04%
G = 27.89%
B = 45.07%

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

#6063A0 (or 0x6063A0) is known color: Rich Blue. HEX triplet: 60, 63 and A0. RGB value is (96,99,160). Sum of RGB (Red+Green+Blue) = 96+99+160=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #6063A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6063A0 is #9F9C5F. Grayscale: #686868. Windows color (decimal): -10460256 or 10511200. OLE color: 10511200.

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

Color convert

RGB 96 99 160 -
CMYK 0.4 0.38 0 0.37
HSL 237.19º 0.25% 0.5% -
HSV(B) 237.19º 0.4% 0.63% -
XYZ 15.63 13.95 35.13 -
YUV 105.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 96 99 160 0.4 0.38 0 0.37 237.19 0.25 0.5
Hex 60 63 A0 28 26 0 25 ED 19 32
Octal 140 143 240 50 46 0 45 355 31 62
Binary 1100000 1100011 10100000 101000 100110 0 100101 11101101 11001 110010

Color Harmonies of #6063A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063A0

Black with #6063A0

Text Example


Text Example

White with #6063A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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