Html Css Color HEX #63609F Rich Blue

📋 copy color: '#63609F'

red 99 ◦ green 96 ◦ blue 159

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

Shades of Rich Blue #63609F

Tints of Rich Blue #63609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 27.97%
G = 27.12%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63609F (or 0x63609F) is known color: Rich Blue. HEX triplet: 63, 60 and 9F. RGB value is (99,96,159). Sum of RGB (Red+Green+Blue) = 99+96+159=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #63609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63609F is #9C9F60. Grayscale: #676767. Windows color (decimal): -10264417 or 10444899. OLE color: 10444899.

HSL color Cylindrical-coordinate representation of color #63609F: hue angle of 242.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63609F is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 96 159 -
CMYK 0.38 0.40 0 0.38
HSL 242.86º 0.25% 0.5% -
HSV(B) 242.86º 0.4% 0.62% -
XYZ 15.59 13.52 34.59 -
YUV 104.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 99 96 159 0.38 0.40 0 0.38 242.86 0.25 0.5
Hex 63 60 9F 26 28 0 26 F3 19 32
Octal 143 140 237 46 50 0 46 363 31 62
Binary 1100011 1100000 10011111 100110 101000 0 100110 11110011 11001 110010

Color Harmonies of #63609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63609F

Black with #63609F

Text Example


Text Example

White with #63609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63609F; }

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

 H1.HeaderClassName
 {
   color: #63609F;
 }
 .AnyTagClassName
 {
   color: #63609F;
 }
</style>

background-color css

<style>
 a { background-color: #63609F; }

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

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

border-color css

<style>
 span { border-color: #63609F; }

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

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