Html Css Color HEX #246968 Blue Stone

📋 copy color: '#246968'

red 36 ◦ green 105 ◦ blue 104

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

Shades of Blue Stone #246968

Tints of Blue Stone #246968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 14.69%
G = 42.86%
B = 42.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#246968 (or 0x246968) is known color: Blue Stone. HEX triplet: 24, 69 and 68. RGB value is (36,105,104). Sum of RGB (Red+Green+Blue) = 36+105+104=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #246968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246968 is #DB9697. Grayscale: #545454. Windows color (decimal): -14390936 or 6842660. OLE color: 6842660.

HSL color Cylindrical-coordinate representation of color #246968: hue angle of 179.13º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246968 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 105 104 -
CMYK 0.66 0 0.01 0.59
HSL 179.13º 0.49% 0.28% -
HSV(B) 179.13º 0.66% 0.41% -
XYZ 8.28 11.48 14.88 -
YUV 84.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 36 105 104 0.66 0 0.01 0.59 179.13 0.49 0.28
Hex 24 69 68 42 0 1 3B B3 31 1C
Octal 44 151 150 102 0 1 73 263 61 34
Binary 100100 1101001 1101000 1000010 0 1 111011 10110011 110001 11100

Color Harmonies of #246968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246968

Black with #246968

Text Example


Text Example

White with #246968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246968; }

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

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

background-color css

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

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

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

border-color css

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

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

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