#08698F

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

Shades of Allports #08698F

Tints of Allports #08698F

Color information

#08698F (or 0x08698F) is unknown color: approx Allports. HEX triplet: 08, 69 and 8F. RGB value is (8,105,143). Sum of RGB (Red+Green+Blue) = 8+105+143=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #08698F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08698F is #F79670. Grayscale: #505050. Windows color (decimal): -16225905 or 9398536. OLE color: 9398536.

HSL color Cylindrical-coordinate representation of color #08698F: hue angle of 196.89º degrees, saturation: 0.89, 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 #08698F is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8105143-
CMYK0.940.2700.44
HSL196.89º89.4%29.61%-
HSV(B)196.89º94.41%56.08%-
XYZ10.1112.1427.8-
YUV80.33163.3676.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=3.12%
G=41.02%
B=55.86%

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
Decimal81051430.940.2700.44196.8989.429.61
Hex8698F5E1B02Cc5591e
Octal101512171363305430513136
Binary1000110100110001111101111011011010110011000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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