Html Css Color HEX #246063 Blue Stone

📋 copy color: '#246063'

red 36 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #246063

Tints of Blue Stone #246063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 15.58%
G = 41.56%
B = 42.86%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#246063 (or 0x246063) is known color: Blue Stone. HEX triplet: 24, 60 and 63. RGB value is (36,96,99). Sum of RGB (Red+Green+Blue) = 36+96+99=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #246063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246063 is #DB9F9C. Grayscale: #4E4E4E. Windows color (decimal): -14393245 or 6512676. OLE color: 6512676.

HSL color Cylindrical-coordinate representation of color #246063: hue angle of 182.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246063 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 96 99 -
CMYK 0.64 0.03 0 0.61
HSL 182.86º 0.47% 0.26% -
HSV(B) 182.86º 0.64% 0.39% -
XYZ 7.16 9.64 13.29 -
YUV 78.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 36 96 99 0.64 0.03 0 0.61 182.86 0.47 0.26
Hex 24 60 63 40 3 0 3D B7 2F 1A
Octal 44 140 143 100 3 0 75 267 57 32
Binary 100100 1100000 1100011 1000000 11 0 111101 10110111 101111 11010

Color Harmonies of #246063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246063

Black with #246063

Text Example


Text Example

White with #246063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246063; }

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

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

background-color css

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

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

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

border-color css

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

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

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