Html Css Color HEX #6360AD Rich Blue

📋 copy color: '#6360AD'

red 99 ◦ green 96 ◦ blue 173

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

Shades of Rich Blue #6360AD

Tints of Rich Blue #6360AD

RGB

 RED value IS 99 (39.06% from 255) = 26.9%

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 26.9%
G = 26.09%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6360AD (or 0x6360AD) is known color: Rich Blue. HEX triplet: 63, 60 and AD. RGB value is (99,96,173). Sum of RGB (Red+Green+Blue) = 99+96+173=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6360AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360AD is #9C9F52. Grayscale: #696969. Windows color (decimal): -10264403 or 11362403. OLE color: 11362403.

HSL color Cylindrical-coordinate representation of color #6360AD: hue angle of 242.34º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6360AD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 96 173 -
CMYK 0.43 0.45 0 0.32
HSL 242.34º 0.32% 0.53% -
HSV(B) 242.34º 0.45% 0.68% -
XYZ 16.87 14.04 41.36 -
YUV 105.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 99 96 173 0.43 0.45 0 0.32 242.34 0.32 0.53
Hex 63 60 AD 2B 2D 0 20 F2 20 35
Octal 143 140 255 53 55 0 40 362 40 65
Binary 1100011 1100000 10101101 101011 101101 0 100000 11110010 100000 110101

Color Harmonies of #6360AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6360AD

Black with #6360AD

Text Example


Text Example

White with #6360AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6360AD; }

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

 H1.HeaderClassName
 {
   color: #6360AD;
 }
 .AnyTagClassName
 {
   color: #6360AD;
 }
</style>

background-color css

<style>
 a { background-color: #6360AD; }

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

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

border-color css

<style>
 span { border-color: #6360AD; }

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

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