#246D65

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

Shades of Blue Stone #246D65

Tints of Blue Stone #246D65

Color information

#246D65 (or 0x246D65) is unknown color: approx Blue Stone. HEX triplet: 24, 6D and 65. RGB value is (36,109,101). Sum of RGB (Red+Green+Blue) = 36+109+101=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #246D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D65 is #DB929A. Grayscale: #565656. Windows color (decimal): -14389915 or 6647076. OLE color: 6647076.

HSL color Cylindrical-coordinate representation of color #246D65: hue angle of 173.42º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246D65 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB36109101-
CMYK0.6700.070.57
HSL173.42º50.34%28.43%-
HSV(B)173.42º66.97%42.75%-
XYZ8.5512.2514.23-
YUV86.26136.3292.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=14.63%
G=44.31%
B=41.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal361091010.6700.070.57173.4250.3428.43
Hex246D65430739ad321c
Octal4415514510307712556234
Binary10010011011011100101100001101111110011010110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,109,101); }

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

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

 a { background-color: rgb(36,109,101); }

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

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

 span { border-color: rgb(36,109,101); }

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