Html Css Color HEX #63669F Rich Blue

📋 copy color: '#63669F'

red 99 ◦ green 102 ◦ blue 159

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

Shades of Rich Blue #63669F

Tints of Rich Blue #63669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 27.5%
G = 28.33%
B = 44.17%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63669F (or 0x63669F) is known color: Rich Blue. HEX triplet: 63, 66 and 9F. RGB value is (99,102,159). Sum of RGB (Red+Green+Blue) = 99+102+159=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #63669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63669F is #9C9960. Grayscale: #6B6B6B. Windows color (decimal): -10262881 or 10446435. OLE color: 10446435.

HSL color Cylindrical-coordinate representation of color #63669F: hue angle of 237º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63669F is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 102 159 -
CMYK 0.38 0.36 0 0.38
HSL 237º 0.24% 0.51% -
HSV(B) 237º 0.38% 0.62% -
XYZ 16.15 14.66 34.78 -
YUV 107.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 99 102 159 0.38 0.36 0 0.38 237 0.24 0.51
Hex 63 66 9F 26 24 0 26 ED 18 33
Octal 143 146 237 46 44 0 46 355 30 63
Binary 1100011 1100110 10011111 100110 100100 0 100110 11101101 11000 110011

Color Harmonies of #63669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63669F

Black with #63669F

Text Example


Text Example

White with #63669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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