Html Css Color HEX #6361AF Rich Blue

📋 copy color: '#6361AF'

red 99 ◦ green 97 ◦ blue 175

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

Shades of Rich Blue #6361AF

Tints of Rich Blue #6361AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 26.68%
G = 26.15%
B = 47.17%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6361AF (or 0x6361AF) is known color: Rich Blue. HEX triplet: 63, 61 and AF. RGB value is (99,97,175). Sum of RGB (Red+Green+Blue) = 99+97+175=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6361AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6361AF is #9C9E50. Grayscale: #6A6A6A. Windows color (decimal): -10264145 or 11493731. OLE color: 11493731.

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

Color convert

RGB 99 97 175 -
CMYK 0.43 0.45 0 0.31
HSL 241.54º 0.33% 0.53% -
HSV(B) 241.54º 0.45% 0.69% -
XYZ 17.16 14.3 42.41 -
YUV 106.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 99 97 175 0.43 0.45 0 0.31 241.54 0.33 0.53
Hex 63 61 AF 2B 2D 0 1F F2 21 35
Octal 143 141 257 53 55 0 37 362 41 65
Binary 1100011 1100001 10101111 101011 101101 0 11111 11110010 100001 110101

Color Harmonies of #6361AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361AF

Black with #6361AF

Text Example


Text Example

White with #6361AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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