Html Css Color HEX #60619E Rich Blue

📋 copy color: '#60619E'

red 96 ◦ green 97 ◦ blue 158

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

Shades of Rich Blue #60619E

Tints of Rich Blue #60619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 27.35%
G = 27.64%
B = 45.01%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60619E (or 0x60619E) is known color: Rich Blue. HEX triplet: 60, 61 and 9E. RGB value is (96,97,158). Sum of RGB (Red+Green+Blue) = 96+97+158=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #60619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60619E is #9F9E61. Grayscale: #676767. Windows color (decimal): -10460770 or 10379616. OLE color: 10379616.

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

Color convert

RGB 96 97 158 -
CMYK 0.39 0.39 0 0.38
HSL 239.03º 0.24% 0.5% -
HSV(B) 239.03º 0.39% 0.62% -
XYZ 15.27 13.5 34.15 -
YUV 103.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 96 97 158 0.39 0.39 0 0.38 239.03 0.24 0.5
Hex 60 61 9E 27 27 0 26 EF 18 32
Octal 140 141 236 47 47 0 46 357 30 62
Binary 1100000 1100001 10011110 100111 100111 0 100110 11101111 11000 110010

Color Harmonies of #60619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60619E

Black with #60619E

Text Example


Text Example

White with #60619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60619E; }

 p { color: rgb(96,97,158); }

 H1.HeaderClassName
 {
   color: #60619E;
 }
 .AnyTagClassName
 {
   color: #60619E;
 }
</style>

background-color css

<style>
 a { background-color: #60619E; }

 a { background-color: rgb(96,97,158); }

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

border-color css

<style>
 span { border-color: #60619E; }

 span { border-color: rgb(96,97,158); }

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