#06668E

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

Shades of Allports #06668E

Tints of Allports #06668E

Color information

#06668E (or 0x06668E) is unknown color: approx Allports. HEX triplet: 06, 66 and 8E. RGB value is (6,102,142). Sum of RGB (Red+Green+Blue) = 6+102+142=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #06668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06668E is #F99971. Grayscale: #4D4D4D. Windows color (decimal): -16357746 or 9332230. OLE color: 9332230.

HSL color Cylindrical-coordinate representation of color #06668E: hue angle of 197.65º 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 #06668E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6102142-
CMYK0.960.2800.44
HSL197.65º91.89%29.02%-
HSV(B)197.65º95.77%55.69%-
XYZ9.7111.4927.3-
YUV77.86164.276.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=2.4%
G=40.8%
B=56.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61021420.960.2800.44197.6591.8929.02
Hex6668E601C02Cc65c1d
Octal61462161403405430613435
Binary110110011010001110110000011100010110011000110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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