Html Css Color HEX #246C6A Blue Stone

📋 copy color: '#246C6A'

red 36 ◦ green 108 ◦ blue 106

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

Shades of Blue Stone #246C6A

Tints of Blue Stone #246C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 14.4%
G = 43.2%
B = 42.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#246C6A (or 0x246C6A) is known color: Blue Stone. HEX triplet: 24, 6C and 6A. RGB value is (36,108,106). Sum of RGB (Red+Green+Blue) = 36+108+106=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #246C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C6A is #DB9395. Grayscale: #565656. Windows color (decimal): -14390166 or 6974500. OLE color: 6974500.

HSL color Cylindrical-coordinate representation of color #246C6A: hue angle of 178.33º 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 #246C6A is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 108 106 -
CMYK 0.67 0 0.02 0.58
HSL 178.33º 0.5% 0.28% -
HSV(B) 178.33º 0.67% 0.42% -
XYZ 8.69 12.14 15.52 -
YUV 86.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 36 108 106 0.67 0 0.02 0.58 178.33 0.5 0.28
Hex 24 6C 6A 43 0 2 3A B2 32 1C
Octal 44 154 152 103 0 2 72 262 62 34
Binary 100100 1101100 1101010 1000011 0 10 111010 10110010 110010 11100

Color Harmonies of #246C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C6A

Black with #246C6A

Text Example


Text Example

White with #246C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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