Html Css Color HEX #6361AB Rich Blue

📋 copy color: '#6361AB'

red 99 ◦ green 97 ◦ blue 171

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

Shades of Rich Blue #6361AB

Tints of Rich Blue #6361AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 26.98%
G = 26.43%
B = 46.59%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6361AB (or 0x6361AB) is known color: Rich Blue. HEX triplet: 63, 61 and AB. RGB value is (99,97,171). Sum of RGB (Red+Green+Blue) = 99+97+171=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6361AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6361AB is #9C9E54. Grayscale: #696969. Windows color (decimal): -10264149 or 11231587. OLE color: 11231587.

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

Color convert

RGB 99 97 171 -
CMYK 0.42 0.43 0 0.33
HSL 241.62º 0.31% 0.53% -
HSV(B) 241.62º 0.43% 0.67% -
XYZ 16.77 14.14 40.37 -
YUV 106.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 99 97 171 0.42 0.43 0 0.33 241.62 0.31 0.53
Hex 63 61 AB 2A 2B 0 21 F2 1F 35
Octal 143 141 253 52 53 0 41 362 37 65
Binary 1100011 1100001 10101011 101010 101011 0 100001 11110010 11111 110101

Color Harmonies of #6361AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361AB

Black with #6361AB

Text Example


Text Example

White with #6361AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6361AB; }

 p { color: rgb(99,97,171); }

 H1.HeaderClassName
 {
   color: #6361AB;
 }
 .AnyTagClassName
 {
   color: #6361AB;
 }
</style>

background-color css

<style>
 a { background-color: #6361AB; }

 a { background-color: rgb(99,97,171); }

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

border-color css

<style>
 span { border-color: #6361AB; }

 span { border-color: rgb(99,97,171); }

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