#08698C

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

Shades of Allports #08698C

Tints of Allports #08698C

Color information

#08698C (or 0x08698C) is unknown color: approx Allports. HEX triplet: 08, 69 and 8C. RGB value is (8,105,140). Sum of RGB (Red+Green+Blue) = 8+105+140=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #08698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08698C is #F79673. Grayscale: #4F4F4F. Windows color (decimal): -16225908 or 9201928. OLE color: 9201928.

HSL color Cylindrical-coordinate representation of color #08698C: hue angle of 195.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08698C is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8105140-
CMYK0.940.2500.45
HSL195.91º89.19%29.02%-
HSV(B)195.91º94.29%54.9%-
XYZ9.8912.0526.62-
YUV79.99161.8676.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=3.16%
G=41.50%
B=55.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81051400.940.2500.45195.9189.1929.02
Hex8698C5E1902Dc4591d
Octal101512141363105530413135
Binary1000110100110001100101111011001010110111000100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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