#1F6C6C

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

Shades of Blue Stone #1F6C6C

Tints of Blue Stone #1F6C6C

Color information

#1F6C6C (or 0x1F6C6C) is unknown color: approx Blue Stone. HEX triplet: 1F, 6C and 6C. RGB value is (31,108,108). Sum of RGB (Red+Green+Blue) = 31+108+108=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #1F6C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C6C is #E09393. Grayscale: #545454. Windows color (decimal): -14717844 or 7105567. OLE color: 7105567.

HSL color Cylindrical-coordinate representation of color #1F6C6C: hue angle of 180º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6C6C is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB31108108-
CMYK0.71000.58
HSL180º55.4%27.25%-
HSV(B)180º71.3%42.35%-
XYZ8.6312.116.07-
YUV84.98140.9989.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=12.55%
G=43.72%
B=43.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal311081080.71000.5818055.427.25
Hex1F6C6C47003Ab4371b
Octal3715415410700722646733
Binary11111110110011011001000111001110101011010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,108); }

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

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

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

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

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

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

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