Html Css Color HEX #6362AA Rich Blue

📋 copy color: '#6362AA'

red 99 ◦ green 98 ◦ blue 170

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

Shades of Rich Blue #6362AA

Tints of Rich Blue #6362AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

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

R = 26.98%
G = 26.7%
B = 46.32%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6362AA (or 0x6362AA) is known color: Rich Blue. HEX triplet: 63, 62 and AA. RGB value is (99,98,170). Sum of RGB (Red+Green+Blue) = 99+98+170=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #6362AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6362AA is #9C9D55. Grayscale: #6A6A6A. Windows color (decimal): -10263894 or 11166307. OLE color: 11166307.

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

Color convert

RGB 99 98 170 -
CMYK 0.42 0.42 0 0.33
HSL 240.83º 0.3% 0.53% -
HSV(B) 240.83º 0.42% 0.67% -
XYZ 16.77 14.29 39.9 -
YUV 106.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 99 98 170 0.42 0.42 0 0.33 240.83 0.3 0.53
Hex 63 62 AA 2A 2A 0 21 F1 1E 35
Octal 143 142 252 52 52 0 41 361 36 65
Binary 1100011 1100010 10101010 101010 101010 0 100001 11110001 11110 110101

Color Harmonies of #6362AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6362AA

Black with #6362AA

Text Example


Text Example

White with #6362AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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