Html Css Color HEX #18606C Blue Stone

📋 copy color: '#18606C'

red 24 ◦ green 96 ◦ blue 108

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

Shades of Blue Stone #18606C

Tints of Blue Stone #18606C

RGB

 RED value IS 24 (9.77% from 255) = 10.53%

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 10.53%
G = 42.11%
B = 47.37%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18606C (or 0x18606C) is known color: Blue Stone. HEX triplet: 18, 60 and 6C. RGB value is (24,96,108). Sum of RGB (Red+Green+Blue) = 24+96+108=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #18606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18606C is #E79F93. Grayscale: #4B4B4B. Windows color (decimal): -15179668 or 7102488. OLE color: 7102488.

HSL color Cylindrical-coordinate representation of color #18606C: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18606C is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 96 108 -
CMYK 0.78 0.11 0 0.58
HSL 188.57º 0.64% 0.26% -
HSV(B) 188.57º 0.78% 0.42% -
XYZ 7.27 9.64 15.67 -
YUV 75.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 24 96 108 0.78 0.11 0 0.58 188.57 0.64 0.26
Hex 18 60 6C 4E B 0 3A BD 40 1A
Octal 30 140 154 116 13 0 72 275 100 32
Binary 11000 1100000 1101100 1001110 1011 0 111010 10111101 1000000 11010

Color Harmonies of #18606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18606C

Black with #18606C

Text Example


Text Example

White with #18606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18606C; }

 p { color: rgb(24,96,108); }

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

background-color css

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

 a { background-color: rgb(24,96,108); }

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

border-color css

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

 span { border-color: rgb(24,96,108); }

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