#1F6A6D

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

Shades of Blue Stone #1F6A6D

Tints of Blue Stone #1F6A6D

Color information

#1F6A6D (or 0x1F6A6D) is unknown color: approx Blue Stone. HEX triplet: 1F, 6A and 6D. RGB value is (31,106,109). Sum of RGB (Red+Green+Blue) = 31+106+109=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F6A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6A6D is #E09592. Grayscale: #535353. Windows color (decimal): -14718355 or 7170591. OLE color: 7170591.

HSL color Cylindrical-coordinate representation of color #1F6A6D: hue angle of 182.31º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6A6D is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB31106109-
CMYK0.720.0300.57
HSL182.31º55.71%27.45%-
HSV(B)182.31º71.56%42.75%-
XYZ8.4811.716.28-
YUV83.92142.1590.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=12.60%
G=43.09%
B=44.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal311061090.720.0300.57182.3155.7127.45
Hex1F6A6D483039b6381b
Octal3715215511030712667033
Binary111111101010110110110010001101110011011011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,109); }

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

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

 a { background-color: rgb(31,106,109); }

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

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

 span { border-color: rgb(31,106,109); }

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