Html Css Color HEX #246B68 Blue Stone

📋 copy color: '#246B68'

red 36 ◦ green 107 ◦ blue 104

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

Shades of Blue Stone #246B68

Tints of Blue Stone #246B68

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 value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#246B68 (or 0x246B68) is known color: 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

RGB 36 107 104 -
CMYK 0.66 0 0.03 0.58
HSL 177.46º 0.5% 0.28% -
HSV(B) 177.46º 0.66% 0.42% -
XYZ 8.48 11.89 14.94 -
YUV 85.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 36 107 104 0.66 0 0.03 0.58 177.46 0.5 0.28
Hex 24 6B 68 42 0 3 3A B1 32 1C
Octal 44 153 150 102 0 3 72 261 62 34
Binary 100100 1101011 1101000 1000010 0 11 111010 10110001 110010 11100

Color Harmonies of #246B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B68

Black with #246B68

Text Example


Text Example

White with #246B68

Text Example


Text Example

HTML Codes & Css Web 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>