#06608D

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

Shades of Allports #06608D

Tints of Allports #06608D

Color information

#06608D (or 0x06608D) is unknown color: approx Allports. HEX triplet: 06, 60 and 8D. RGB value is (6,96,141). Sum of RGB (Red+Green+Blue) = 6+96+141=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #06608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06608D is #F99F72. Grayscale: #494949. Windows color (decimal): -16359283 or 9265158. OLE color: 9265158.

HSL color Cylindrical-coordinate representation of color #06608D: hue angle of 200º 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 #06608D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB696141-
CMYK0.960.3200.45
HSL200º91.84%28.82%-
HSV(B)200º95.74%55.29%-
XYZ9.0710.3326.71-
YUV74.22165.6879.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=2.47%
G=39.51%
B=58.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6961410.960.3200.4520091.8428.82
Hex6608D602002Dc85c1d
Octal61402151404005531013435
Binary1101100000100011011100000100000010110111001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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