#09698E

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

Shades of Allports #09698E

Tints of Allports #09698E

Color information

#09698E (or 0x09698E) is unknown color: approx Allports. HEX triplet: 09, 69 and 8E. RGB value is (9,105,142). Sum of RGB (Red+Green+Blue) = 9+105+142=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #09698E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09698E is #F69671. Grayscale: #505050. Windows color (decimal): -16160370 or 9333001. OLE color: 9333001.

HSL color Cylindrical-coordinate representation of color #09698E: hue angle of 196.69º 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 #09698E is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9105142-
CMYK0.940.2600.44
HSL196.69º88.08%29.61%-
HSV(B)196.69º93.66%55.69%-
XYZ10.0512.1127.4-
YUV80.51162.776.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.52%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=3.52%
G=41.02%
B=55.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91051420.940.2600.44196.6988.0829.61
Hex9698E5E1A02Cc5581e
Octal111512161363205430513036
Binary1001110100110001110101111011010010110011000101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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