Html Css Color HEX #246660 Blue Stone

📋 copy color: '#246660'

red 36 ◦ green 102 ◦ blue 96

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

Shades of Blue Stone #246660

Tints of Blue Stone #246660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

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

R = 15.38%
G = 43.59%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#246660 (or 0x246660) is known color: Blue Stone. HEX triplet: 24, 66 and 60. RGB value is (36,102,96). Sum of RGB (Red+Green+Blue) = 36+102+96=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #246660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246660 is #DB999F. Grayscale: #515151. Windows color (decimal): -14391712 or 6317604. OLE color: 6317604.

HSL color Cylindrical-coordinate representation of color #246660: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246660 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 102 96 -
CMYK 0.65 0 0.06 0.6
HSL 174.55º 0.48% 0.27% -
HSV(B) 174.55º 0.65% 0.4% -
XYZ 7.59 10.72 12.74 -
YUV 81.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 36 102 96 0.65 0 0.06 0.6 174.55 0.48 0.27
Hex 24 66 60 41 0 6 3C AF 30 1B
Octal 44 146 140 101 0 6 74 257 60 33
Binary 100100 1100110 1100000 1000001 0 110 111100 10101111 110000 11011

Color Harmonies of #246660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246660

Black with #246660

Text Example


Text Example

White with #246660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246660; }

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

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

background-color css

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

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

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

border-color css

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

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

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