#06658B

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

Shades of Allports #06658B

Tints of Allports #06658B

Color information

#06658B (or 0x06658B) is unknown color: approx Allports. HEX triplet: 06, 65 and 8B. RGB value is (6,101,139). Sum of RGB (Red+Green+Blue) = 6+101+139=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #06658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06658B is #F99A74. Grayscale: #4C4C4C. Windows color (decimal): -16358005 or 9135366. OLE color: 9135366.

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

Color convert

RGB6101139-
CMYK0.960.2700.45
HSL197.14º91.72%28.43%-
HSV(B)197.14º95.68%54.51%-
XYZ9.3911.2126.1-
YUV76.93163.0377.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=2.44%
G=41.06%
B=56.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61011390.960.2700.45197.1491.7228.43
Hex6658B601B02Dc55c1c
Octal61452131403305530513434
Binary110110010110001011110000011011010110111000101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06658B; }

 p { color: rgb(6,101,139); }

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

<style>
 a { background-color: #06658B; }

 a { background-color: rgb(6,101,139); }

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

<style>
 span { border-color: #06658B; }

 span { border-color: rgb(6,101,139); }

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