Html Css Color HEX #60629F Rich Blue

📋 copy color: '#60629F'

red 96 ◦ green 98 ◦ blue 159

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

Shades of Rich Blue #60629F

Tints of Rich Blue #60629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 27.2%
G = 27.76%
B = 45.04%

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

#60629F (or 0x60629F) is known color: Rich Blue. HEX triplet: 60, 62 and 9F. RGB value is (96,98,159). Sum of RGB (Red+Green+Blue) = 96+98+159=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #60629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60629F is #9F9D60. Grayscale: #686868. Windows color (decimal): -10460513 or 10445408. OLE color: 10445408.

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

Color convert

RGB 96 98 159 -
CMYK 0.40 0.38 0 0.38
HSL 238.1º 0.25% 0.5% -
HSV(B) 238.1º 0.4% 0.62% -
XYZ 15.45 13.73 34.64 -
YUV 104.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 96 98 159 0.40 0.38 0 0.38 238.1 0.25 0.5
Hex 60 62 9F 28 26 0 26 EE 19 32
Octal 140 142 237 50 46 0 46 356 31 62
Binary 1100000 1100010 10011111 101000 100110 0 100110 11101110 11001 110010

Color Harmonies of #60629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60629F

Black with #60629F

Text Example


Text Example

White with #60629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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