Html Css Color HEX #60619C Rich Blue

📋 copy color: '#60619C'

red 96 ◦ green 97 ◦ blue 156

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

Shades of Rich Blue #60619C

Tints of Rich Blue #60619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 27.51%
G = 27.79%
B = 44.7%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60619C (or 0x60619C) is known color: Rich Blue. HEX triplet: 60, 61 and 9C. RGB value is (96,97,156). Sum of RGB (Red+Green+Blue) = 96+97+156=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #60619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60619C is #9F9E63. Grayscale: #676767. Windows color (decimal): -10460772 or 10248544. OLE color: 10248544.

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

Color convert

RGB 96 97 156 -
CMYK 0.38 0.38 0 0.39
HSL 239º 0.24% 0.49% -
HSV(B) 239º 0.38% 0.61% -
XYZ 15.1 13.44 33.25 -
YUV 103.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 96 97 156 0.38 0.38 0 0.39 239 0.24 0.49
Hex 60 61 9C 26 26 0 27 EF 18 31
Octal 140 141 234 46 46 0 47 357 30 61
Binary 1100000 1100001 10011100 100110 100110 0 100111 11101111 11000 110001

Color Harmonies of #60619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60619C

Black with #60619C

Text Example


Text Example

White with #60619C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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