Html Css Color HEX #6360AA Rich Blue

📋 copy color: '#6360AA'

red 99 ◦ green 96 ◦ blue 170

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

Shades of Rich Blue #6360AA

Tints of Rich Blue #6360AA

RGB

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

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

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

R = 27.12%
G = 26.3%
B = 46.58%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6360AA (or 0x6360AA) is known color: Rich Blue. HEX triplet: 63, 60 and AA. RGB value is (99,96,170). Sum of RGB (Red+Green+Blue) = 99+96+170=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #6360AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360AA is #9C9F55. Grayscale: #696969. Windows color (decimal): -10264406 or 11165795. OLE color: 11165795.

HSL color Cylindrical-coordinate representation of color #6360AA: hue angle of 242.43º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6360AA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 96 170 -
CMYK 0.42 0.44 0 0.33
HSL 242.43º 0.3% 0.52% -
HSV(B) 242.43º 0.44% 0.67% -
XYZ 16.58 13.92 39.84 -
YUV 105.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 99 96 170 0.42 0.44 0 0.33 242.43 0.3 0.52
Hex 63 60 AA 2A 2C 0 21 F2 1E 34
Octal 143 140 252 52 54 0 41 362 36 64
Binary 1100011 1100000 10101010 101010 101100 0 100001 11110010 11110 110100

Color Harmonies of #6360AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6360AA

Black with #6360AA

Text Example


Text Example

White with #6360AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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