#06688B

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

Shades of Allports #06688B

Tints of Allports #06688B

Color information

#06688B (or 0x06688B) is unknown color: approx Allports. HEX triplet: 06, 68 and 8B. RGB value is (6,104,139). Sum of RGB (Red+Green+Blue) = 6+104+139=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #06688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06688B is #F99774. Grayscale: #4E4E4E. Windows color (decimal): -16357237 or 9136134. OLE color: 9136134.

HSL color Cylindrical-coordinate representation of color #06688B: hue angle of 195.79º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06688B is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6104139-
CMYK0.960.2500.45
HSL195.79º91.72%28.43%-
HSV(B)195.79º95.68%54.51%-
XYZ9.6911.826.19-
YUV78.69162.0376.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=2.41%
G=41.77%
B=55.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61041390.960.2500.45195.7991.7228.43
Hex6688B601902Dc45c1c
Octal61502131403105530413434
Binary110110100010001011110000011001010110111000100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06688B; }

 p { color: rgb(6,104,139); }

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

<style>
 a { background-color: #06688B; }

 a { background-color: rgb(6,104,139); }

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

<style>
 span { border-color: #06688B; }

 span { border-color: rgb(6,104,139); }

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