#06648B

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

Shades of Allports #06648B

Tints of Allports #06648B

Color information

#06648B (or 0x06648B) is unknown color: approx Allports. HEX triplet: 06, 64 and 8B. RGB value is (6,100,139). Sum of RGB (Red+Green+Blue) = 6+100+139=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #06648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06648B is #F99B74. Grayscale: #4C4C4C. Windows color (decimal): -16358261 or 9135110. OLE color: 9135110.

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

Color convert

RGB6100139-
CMYK0.960.2800.45
HSL197.59º91.72%28.43%-
HSV(B)197.59º95.68%54.51%-
XYZ9.2911.0226.06-
YUV76.34163.3677.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=2.45%
G=40.82%
B=56.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61001390.960.2800.45197.5991.7228.43
Hex6648B601C02Dc65c1c
Octal61442131403405530613434
Binary110110010010001011110000011100010110111000110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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