Html Css Color HEX #60639F Rich Blue

📋 copy color: '#60639F'

red 96 ◦ green 99 ◦ blue 159

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

Shades of Rich Blue #60639F

Tints of Rich Blue #60639F

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60639F (or 0x60639F) is known color: Rich Blue. HEX triplet: 60, 63 and 9F. RGB value is (96,99,159). Sum of RGB (Red+Green+Blue) = 96+99+159=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 99 (39.06% from 255 or 27.97% 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 #60639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60639F is #9F9C60. Grayscale: #686868. Windows color (decimal): -10460257 or 10445664. OLE color: 10445664.

HSL color Cylindrical-coordinate representation of color #60639F: hue angle of 237.14º 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 #60639F is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 99 159 -
CMYK 0.40 0.38 0 0.38
HSL 237.14º 0.25% 0.5% -
HSV(B) 237.14º 0.4% 0.62% -
XYZ 15.54 13.91 34.67 -
YUV 104.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 96 99 159 0.40 0.38 0 0.38 237.14 0.25 0.5
Hex 60 63 9F 28 26 0 26 ED 19 32
Octal 140 143 237 50 46 0 46 355 31 62
Binary 1100000 1100011 10011111 101000 100110 0 100110 11101101 11001 110010

Color Harmonies of #60639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60639F

Black with #60639F

Text Example


Text Example

White with #60639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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