Html Css Color HEX #60609C Rich Blue

📋 copy color: '#60609C'

red 96 ◦ green 96 ◦ blue 156

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

Shades of Rich Blue #60609C

Tints of Rich Blue #60609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 27.59%
G = 27.59%
B = 44.83%

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

#60609C (or 0x60609C) is known color: Rich Blue. HEX triplet: 60, 60 and 9C. RGB value is (96,96,156). Sum of RGB (Red+Green+Blue) = 96+96+156=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #60609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60609C is #9F9F63. Grayscale: #666666. Windows color (decimal): -10461028 or 10248288. OLE color: 10248288.

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

Color convert

RGB 96 96 156 -
CMYK 0.38 0.38 0 0.39
HSL 240º 0.24% 0.49% -
HSV(B) 240º 0.38% 0.61% -
XYZ 15.01 13.25 33.22 -
YUV 102.84 158 123.12 -
System Red Green Blue C M Y K H S L
Decimal 96 96 156 0.38 0.38 0 0.39 240 0.24 0.49
Hex 60 60 9C 26 26 0 27 F0 18 31
Octal 140 140 234 46 46 0 47 360 30 61
Binary 1100000 1100000 10011100 100110 100110 0 100111 11110000 11000 110001

Color Harmonies of #60609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60609C

Black with #60609C

Text Example


Text Example

White with #60609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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