#0A6685

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

Shades of Allports #0A6685

Tints of Allports #0A6685

Color information

#0A6685 (or 0x0A6685) is unknown color: approx Allports. HEX triplet: 0A, 66 and 85. RGB value is (10,102,133). Sum of RGB (Red+Green+Blue) = 10+102+133=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A6685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6685 is #F5997A. Grayscale: #4D4D4D. Windows color (decimal): -16095611 or 8742410. OLE color: 8742410.

HSL color Cylindrical-coordinate representation of color #0A6685: hue angle of 195.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6685 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10102133-
CMYK0.920.2300.48
HSL195.12º86.01%28.04%-
HSV(B)195.12º92.48%52.16%-
XYZ9.1111.2623.88-
YUV78.03159.0279.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=4.08%
G=41.63%
B=54.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101021330.920.2300.48195.1286.0128.04
HexA66855C17030c3561c
Octal121462051342706030312634
Binary1010110011010000101101110010111011000011000011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6685; }

 p { color: rgb(10,102,133); }

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

<style>
 a { background-color: #0A6685; }

 a { background-color: rgb(10,102,133); }

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

<style>
 span { border-color: #0A6685; }

 span { border-color: rgb(10,102,133); }

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