Html Css Color HEX #1C615D Blue Stone

📋 copy color: '#1C615D'

red 28 ◦ green 97 ◦ blue 93

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

Shades of Blue Stone #1C615D

Tints of Blue Stone #1C615D

RGB

 RED value IS 28 (11.33% from 255) = 12.84%

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 12.84%
G = 44.5%
B = 42.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#1C615D (or 0x1C615D) is known color: Blue Stone. HEX triplet: 1C, 61 and 5D. RGB value is (28,97,93). Sum of RGB (Red+Green+Blue) = 28+97+93=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #1C615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C615D is #E39EA2. Grayscale: #4B4B4B. Windows color (decimal): -14917283 or 6119708. OLE color: 6119708.

HSL color Cylindrical-coordinate representation of color #1C615D: hue angle of 176.52º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C615D is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 97 93 -
CMYK 0.71 0 0.04 0.62
HSL 176.52º 0.55% 0.25% -
HSV(B) 176.52º 0.71% 0.38% -
XYZ 6.73 9.59 11.85 -
YUV 75.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 28 97 93 0.71 0 0.04 0.62 176.52 0.55 0.25
Hex 1C 61 5D 47 0 4 3E B1 37 19
Octal 34 141 135 107 0 4 76 261 67 31
Binary 11100 1100001 1011101 1000111 0 100 111110 10110001 110111 11001

Color Harmonies of #1C615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C615D

Black with #1C615D

Text Example


Text Example

White with #1C615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C615D; }

 p { color: rgb(28,97,93); }

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

background-color css

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

 a { background-color: rgb(28,97,93); }

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

border-color css

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

 span { border-color: rgb(28,97,93); }

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