#06638A

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

Shades of Allports #06638A

Tints of Allports #06638A

Color information

#06638A (or 0x06638A) is unknown color: approx Allports. HEX triplet: 06, 63 and 8A. RGB value is (6,99,138). Sum of RGB (Red+Green+Blue) = 6+99+138=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #06638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06638A is #F99C75. Grayscale: #4B4B4B. Windows color (decimal): -16358518 or 9069318. OLE color: 9069318.

HSL color Cylindrical-coordinate representation of color #06638A: hue angle of 197.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06638A is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB699138-
CMYK0.960.2800.46
HSL197.73º91.67%28.24%-
HSV(B)197.73º95.65%54.12%-
XYZ9.1210.825.65-
YUV75.64163.1978.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=2.47%
G=40.74%
B=56.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6991380.960.2800.46197.7391.6728.24
Hex6638A601C02Ec65c1c
Octal61432121403405630613434
Binary110110001110001010110000011100010111011000110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06638A; }

 p { color: rgb(6,99,138); }

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

<style>
 a { background-color: #06638A; }

 a { background-color: rgb(6,99,138); }

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

<style>
 span { border-color: #06638A; }

 span { border-color: rgb(6,99,138); }

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