Html Css Color HEX #6360AE Rich Blue

📋 copy color: '#6360AE'

red 99 ◦ green 96 ◦ blue 174

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

Shades of Rich Blue #6360AE

Tints of Rich Blue #6360AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 26.83%
G = 26.02%
B = 47.15%

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

#6360AE (or 0x6360AE) is known color: Rich Blue. HEX triplet: 63, 60 and AE. RGB value is (99,96,174). Sum of RGB (Red+Green+Blue) = 99+96+174=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #6360AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360AE is #9C9F51. Grayscale: #696969. Windows color (decimal): -10264402 or 11427939. OLE color: 11427939.

HSL color Cylindrical-coordinate representation of color #6360AE: hue angle of 242.31º 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 #6360AE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 96 174 -
CMYK 0.43 0.45 0 0.32
HSL 242.31º 0.33% 0.53% -
HSV(B) 242.31º 0.45% 0.68% -
XYZ 16.97 14.07 41.87 -
YUV 105.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 99 96 174 0.43 0.45 0 0.32 242.31 0.33 0.53
Hex 63 60 AE 2B 2D 0 20 F2 20 35
Octal 143 140 256 53 55 0 40 362 40 65
Binary 1100011 1100000 10101110 101011 101101 0 100000 11110010 100000 110101

Color Harmonies of #6360AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6360AE

Black with #6360AE

Text Example


Text Example

White with #6360AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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