#06618D

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

Shades of Allports #06618D

Tints of Allports #06618D

Color information

#06618D (or 0x06618D) is unknown color: approx Allports. HEX triplet: 06, 61 and 8D. RGB value is (6,97,141). Sum of RGB (Red+Green+Blue) = 6+97+141=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #06618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06618D is #F99E72. Grayscale: #4A4A4A. Windows color (decimal): -16359027 or 9265414. OLE color: 9265414.

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

Color convert

RGB697141-
CMYK0.960.3100.45
HSL199.56º91.84%28.82%-
HSV(B)199.56º95.74%55.29%-
XYZ9.1610.5126.75-
YUV74.81165.3578.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=2.46%
G=39.75%
B=57.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6971410.960.3100.45199.5691.8428.82
Hex6618D601F02Dc85c1d
Octal61412151403705531013435
Binary110110000110001101110000011111010110111001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06618D; }

 p { color: rgb(6,97,141); }

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

<style>
 a { background-color: #06618D; }

 a { background-color: rgb(6,97,141); }

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

<style>
 span { border-color: #06618D; }

 span { border-color: rgb(6,97,141); }

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