Html Css Color HEX #15646C Blue Stone

📋 copy color: '#15646C'

red 21 ◦ green 100 ◦ blue 108

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

Shades of Blue Stone #15646C

Tints of Blue Stone #15646C

RGB

 RED value IS 21 (8.59% from 255) = 9.17%

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 9.17%
G = 43.67%
B = 47.16%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15646C (or 0x15646C) is known color: Blue Stone. HEX triplet: 15, 64 and 6C. RGB value is (21,100,108). Sum of RGB (Red+Green+Blue) = 21+100+108=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #15646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646C is #EA9B93. Grayscale: #4D4D4D. Windows color (decimal): -15375252 or 7103509. OLE color: 7103509.

HSL color Cylindrical-coordinate representation of color #15646C: hue angle of 185.52º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15646C is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 100 108 -
CMYK 0.81 0.07 0 0.58
HSL 185.52º 0.67% 0.25% -
HSV(B) 185.52º 0.81% 0.42% -
XYZ 7.57 10.36 15.79 -
YUV 77.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 21 100 108 0.81 0.07 0 0.58 185.52 0.67 0.25
Hex 15 64 6C 51 7 0 3A BA 43 19
Octal 25 144 154 121 7 0 72 272 103 31
Binary 10101 1100100 1101100 1010001 111 0 111010 10111010 1000011 11001

Color Harmonies of #15646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15646C

Black with #15646C

Text Example


Text Example

White with #15646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,100,108); }

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

background-color css

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

 a { background-color: rgb(21,100,108); }

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

border-color css

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

 span { border-color: rgb(21,100,108); }

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