#06628E

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

Shades of Allports #06628E

Tints of Allports #06628E

Color information

#06628E (or 0x06628E) is unknown color: approx Allports. HEX triplet: 06, 62 and 8E. RGB value is (6,98,142). Sum of RGB (Red+Green+Blue) = 6+98+142=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #06628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06628E is #F99D71. Grayscale: #4B4B4B. Windows color (decimal): -16358770 or 9331206. OLE color: 9331206.

HSL color Cylindrical-coordinate representation of color #06628E: hue angle of 199.41º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06628E is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB698142-
CMYK0.960.3100.44
HSL199.41º91.89%29.02%-
HSV(B)199.41º95.77%55.69%-
XYZ9.3310.7327.17-
YUV75.51165.5278.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 57.72%
R=2.44%
G=39.84%
B=57.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6981420.960.3100.44199.4191.8929.02
Hex6628E601F02Cc75c1d
Octal61422161403705430713435
Binary110110001010001110110000011111010110011000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,98,142); }

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

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

 a { background-color: rgb(6,98,142); }

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

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

 span { border-color: rgb(6,98,142); }

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