#60669C

Color #60669C Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #60669C

Tints of Rich Blue #60669C

Color information

#60669C (or 0x60669C) is unknown color: approx Rich Blue. HEX triplet: 60, 66 and 9C. RGB value is (96,102,156). Sum of RGB (Red+Green+Blue) = 96+102+156=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #60669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60669C is #9F9963. Grayscale: #6A6A6A. Windows color (decimal): -10459492 or 10249824. OLE color: 10249824.

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

Color convert

RGB96102156-
CMYK0.380.3500.39
HSL234º23.81%49.41%-
HSV(B)234º38.46%61.18%-
XYZ15.5814.3933.41-
YUV106.36156.01120.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=27.12%
G=28.81%
B=44.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961021560.380.3500.3923423.8149.41
Hex60669C2623027ea1831
Octal14014623446430473523061
Binary110000011001101001110010011010001101001111110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60669C;
 }
 .AnyTagClassName
 {
   color: #60669C;
 }
</style>
background-color css

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

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

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

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

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

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