#607AA8

Color #607AA8 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #607AA8

Tints of San Marino #607AA8

Color information

#607AA8 (or 0x607AA8) is unknown color: approx San Marino. HEX triplet: 60, 7A and A8. RGB value is (96,122,168). Sum of RGB (Red+Green+Blue) = 96+122+168=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 168 - color contains mainly: blue. Hex color #607AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AA8 is #9F8557. Grayscale: #777777. Windows color (decimal): -10454360 or 11041376. OLE color: 11041376.

HSL color Cylindrical-coordinate representation of color #607AA8: hue angle of 218.33º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607AA8 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB96122168-
CMYK0.430.2700.34
HSL218.33º29.27%51.76%-
HSV(B)218.33º42.86%65.88%-
XYZ18.8519.2339.76-
YUV119.47155.39111.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 168 (66.02% from 255) = 43.52%
R=24.87%
G=31.61%
B=43.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961221680.430.2700.34218.3329.2751.76
Hex607AA82B1B022da1d34
Octal14017225053330423323564
Binary11000001111010101010001010111101101000101101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607AA8; }

 p { color: rgb(96,122,168); }

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

<style>
 a { background-color: #607AA8; }

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

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

<style>
 span { border-color: #607AA8; }

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

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