#06608A

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

Shades of Allports #06608A

Tints of Allports #06608A

Color information

#06608A (or 0x06608A) is unknown color: approx Allports. HEX triplet: 06, 60 and 8A. RGB value is (6,96,138). Sum of RGB (Red+Green+Blue) = 6+96+138=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #06608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608A is #F99F75. Grayscale: #494949. Windows color (decimal): -16359286 or 9068550. OLE color: 9068550.

HSL color Cylindrical-coordinate representation of color #06608A: hue angle of 199.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06608A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB696138-
CMYK0.960.3000.46
HSL199.09º91.67%28.24%-
HSV(B)199.09º95.65%54.12%-
XYZ8.8510.2425.55-
YUV73.88164.1879.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=2.5%
G=40%
B=57.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6961380.960.3000.46199.0991.6728.24
Hex6608A601E02Ec75c1c
Octal61402121403605630713434
Binary110110000010001010110000011110010111011000111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06608A; }

 p { color: rgb(6,96,138); }

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

<style>
 a { background-color: #06608A; }

 a { background-color: rgb(6,96,138); }

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

<style>
 span { border-color: #06608A; }

 span { border-color: rgb(6,96,138); }

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