#1B6B64

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

Shades of Blue Stone #1B6B64

Tints of Blue Stone #1B6B64

Color information

#1B6B64 (or 0x1B6B64) is unknown color: approx Blue Stone. HEX triplet: 1B, 6B and 64. RGB value is (27,107,100). Sum of RGB (Red+Green+Blue) = 27+107+100=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B64 is #E4949B. Grayscale: #525252. Windows color (decimal): -14980252 or 6581019. OLE color: 6581019.

HSL color Cylindrical-coordinate representation of color #1B6B64: hue angle of 174.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B64 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB27107100-
CMYK0.7500.070.58
HSL174.75º59.7%26.27%-
HSV(B)174.75º74.77%41.96%-
XYZ8.0111.6713.89-
YUV82.2813888.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=11.54%
G=45.73%
B=42.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal271071000.7500.070.58174.7559.726.27
Hex1B6B644B073Aaf3c1a
Octal3315314411307722577432
Binary1101111010111100100100101101111110101010111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,107,100); }

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

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

 a { background-color: rgb(27,107,100); }

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

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

 span { border-color: rgb(27,107,100); }

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