#09698F

Color #09698F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #09698F

Tints of Allports #09698F

Color information

#09698F (or 0x09698F) is unknown color: approx Allports. HEX triplet: 09, 69 and 8F. RGB value is (9,105,143). Sum of RGB (Red+Green+Blue) = 9+105+143=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #09698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09698F is #F69670. Grayscale: #505050. Windows color (decimal): -16160369 or 9398537. OLE color: 9398537.

HSL color Cylindrical-coordinate representation of color #09698F: hue angle of 197.01º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09698F is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9105143-
CMYK0.940.2700.44
HSL197.01º88.16%29.8%-
HSV(B)197.01º93.71%56.08%-
XYZ10.1212.1427.8-
YUV80.63163.276.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.50%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=3.50%
G=40.86%
B=55.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91051430.940.2700.44197.0188.1629.8
Hex9698F5E1B02Cc5581e
Octal111512171363305430513036
Binary1001110100110001111101111011011010110011000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09698F; }

 p { color: rgb(9,105,143); }

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

<style>
 a { background-color: #09698F; }

 a { background-color: rgb(9,105,143); }

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

<style>
 span { border-color: #09698F; }

 span { border-color: rgb(9,105,143); }

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