#1A6761

Color #1A6761 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1A6761

Tints of Blue Stone #1A6761

Color information

#1A6761 (or 0x1A6761) is unknown color: approx Blue Stone. HEX triplet: 1A, 67 and 61. RGB value is (26,103,97). Sum of RGB (Red+Green+Blue) = 26+103+97=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6761 is #E5989E. Grayscale: #4F4F4F. Windows color (decimal): -15046815 or 6383386. OLE color: 6383386.

HSL color Cylindrical-coordinate representation of color #1A6761: hue angle of 175.32º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6761 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB2610397-
CMYK0.7500.060.60
HSL175.32º59.69%25.29%-
HSV(B)175.32º74.76%40.39%-
XYZ7.4310.7813-
YUV79.29137.9989.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.50%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=11.50%
G=45.58%
B=42.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103970.7500.060.60175.3259.6925.29
Hex1A67614B063Caf3c19
Octal3214714111306742577431
Binary1101011001111100001100101101101111001010111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6761; }

 p { color: rgb(26,103,97); }

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

<style>
 a { background-color: #1A6761; }

 a { background-color: rgb(26,103,97); }

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

<style>
 span { border-color: #1A6761; }

 span { border-color: rgb(26,103,97); }

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