Html Css Color HEX #15606C Blue Stone

📋 copy color: '#15606C'

red 21 ◦ green 96 ◦ blue 108

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

Shades of Blue Stone #15606C

Tints of Blue Stone #15606C

RGB

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

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

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

R = 9.33%
G = 42.67%
B = 48%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15606C (or 0x15606C) is known color: Blue Stone. HEX triplet: 15, 60 and 6C. RGB value is (21,96,108). Sum of RGB (Red+Green+Blue) = 21+96+108=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #15606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15606C is #EA9F93. Grayscale: #4A4A4A. Windows color (decimal): -15376276 or 7102485. OLE color: 7102485.

HSL color Cylindrical-coordinate representation of color #15606C: hue angle of 188.28º 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 #15606C is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 96 108 -
CMYK 0.81 0.11 0 0.58
HSL 188.28º 0.67% 0.25% -
HSV(B) 188.28º 0.81% 0.42% -
XYZ 7.2 9.61 15.66 -
YUV 74.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 21 96 108 0.81 0.11 0 0.58 188.28 0.67 0.25
Hex 15 60 6C 51 B 0 3A BC 43 19
Octal 25 140 154 121 13 0 72 274 103 31
Binary 10101 1100000 1101100 1010001 1011 0 111010 10111100 1000011 11001

Color Harmonies of #15606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15606C

Black with #15606C

Text Example


Text Example

White with #15606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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