Html Css Color HEX #246C6B Blue Stone

📋 copy color: '#246C6B'

red 36 ◦ green 108 ◦ blue 107

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

Shades of Blue Stone #246C6B

Tints of Blue Stone #246C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.03%

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 14.34%
G = 43.03%
B = 42.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#246C6B (or 0x246C6B) is known color: Blue Stone. HEX triplet: 24, 6C and 6B. RGB value is (36,108,107). Sum of RGB (Red+Green+Blue) = 36+108+107=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #246C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C6B is #DB9394. Grayscale: #565656. Windows color (decimal): -14390165 or 7040036. OLE color: 7040036.

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

Color convert

RGB 36 108 107 -
CMYK 0.67 0 0.01 0.58
HSL 179.17º 0.5% 0.28% -
HSV(B) 179.17º 0.67% 0.42% -
XYZ 8.74 12.16 15.8 -
YUV 86.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 36 108 107 0.67 0 0.01 0.58 179.17 0.5 0.28
Hex 24 6C 6B 43 0 1 3A B3 32 1C
Octal 44 154 153 103 0 1 72 263 62 34
Binary 100100 1101100 1101011 1000011 0 1 111010 10110011 110010 11100

Color Harmonies of #246C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C6B

Black with #246C6B

Text Example


Text Example

White with #246C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,108,107); }

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

background-color css

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

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

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

border-color css

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

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

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