Html Css Color HEX #246060 Blue Stone

📋 copy color: '#246060'

red 36 ◦ green 96 ◦ blue 96

#246060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #246060

Tints of Blue Stone #246060

RGB

 RED value IS 36 (14.45% from 255) = 15.79%

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 15.79%
G = 42.11%
B = 42.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#246060 (or 0x246060) is known color: Blue Stone. HEX triplet: 24, 60 and 60. RGB value is (36,96,96). Sum of RGB (Red+Green+Blue) = 36+96+96=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #246060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246060 is #DB9F9F. Grayscale: #4E4E4E. Windows color (decimal): -14393248 or 6316068. OLE color: 6316068.

HSL color Cylindrical-coordinate representation of color #246060: hue angle of 180º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #246060 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 96 96 -
CMYK 0.62 0 0 0.62
HSL 180º 0.45% 0.26% -
HSV(B) 180º 0.63% 0.38% -
XYZ 7.02 9.59 12.55 -
YUV 78.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 36 96 96 0.62 0 0 0.62 180 0.45 0.26
Hex 24 60 60 3E 0 0 3E B4 2D 1A
Octal 44 140 140 76 0 0 76 264 55 32
Binary 100100 1100000 1100000 111110 0 0 111110 10110100 101101 11010

Color Harmonies of #246060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246060

Black with #246060

Text Example


Text Example

White with #246060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246060; }

 p { color: rgb(36,96,96); }

 H1.HeaderClassName
 {
   color: #246060;
 }
 .AnyTagClassName
 {
   color: #246060;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #246060;
 }
 .BgClassName
 {
   background-color: #246060;
 }
</style>

border-color css

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

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

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