Html Css Color HEX #60629B Rich Blue

📋 copy color: '#60629B'

red 96 ◦ green 98 ◦ blue 155

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

Shades of Rich Blue #60629B

Tints of Rich Blue #60629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 27.51%
G = 28.08%
B = 44.41%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60629B (or 0x60629B) is known color: Rich Blue. HEX triplet: 60, 62 and 9B. RGB value is (96,98,155). Sum of RGB (Red+Green+Blue) = 96+98+155=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #60629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60629B is #9F9D64. Grayscale: #676767. Windows color (decimal): -10460517 or 10183264. OLE color: 10183264.

HSL color Cylindrical-coordinate representation of color #60629B: hue angle of 237.97º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60629B is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 98 155 -
CMYK 0.38 0.37 0 0.39
HSL 237.97º 0.24% 0.49% -
HSV(B) 237.97º 0.38% 0.61% -
XYZ 15.11 13.59 32.84 -
YUV 103.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 96 98 155 0.38 0.37 0 0.39 237.97 0.24 0.49
Hex 60 62 9B 26 25 0 27 EE 18 31
Octal 140 142 233 46 45 0 47 356 30 61
Binary 1100000 1100010 10011011 100110 100101 0 100111 11101110 11000 110001

Color Harmonies of #60629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60629B

Black with #60629B

Text Example


Text Example

White with #60629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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