#246B68

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

Shades of Blue Stone #246B68

Tints of Blue Stone #246B68

Color information

#246B68 (or 0x246B68) is unknown color: approx Blue Stone. HEX triplet: 24, 6B and 68. RGB value is (36,107,104). Sum of RGB (Red+Green+Blue) = 36+107+104=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #246B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B68 is #DB9497. Grayscale: #555555. Windows color (decimal): -14390424 or 6843172. OLE color: 6843172.

HSL color Cylindrical-coordinate representation of color #246B68: hue angle of 177.46º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246B68 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB36107104-
CMYK0.6600.030.58
HSL177.46º49.65%28.04%-
HSV(B)177.46º66.36%41.96%-
XYZ8.4811.8914.94-
YUV85.43138.4892.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=14.57%
G=43.32%
B=42.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal361071040.6600.030.58177.4649.6528.04
Hex246B6842033Ab1321c
Octal4415315010203722616234
Binary1001001101011110100010000100111110101011000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246B68; }

 p { color: rgb(36,107,104); }

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

<style>
 a { background-color: #246B68; }

 a { background-color: rgb(36,107,104); }

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

<style>
 span { border-color: #246B68; }

 span { border-color: rgb(36,107,104); }

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