Html Css Color HEX #1C616C Blue Stone

📋 copy color: '#1C616C'

red 28 ◦ green 97 ◦ blue 108

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

Shades of Blue Stone #1C616C

Tints of Blue Stone #1C616C

RGB

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

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

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

R = 12.02%
G = 41.63%
B = 46.35%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C616C (or 0x1C616C) is known color: Blue Stone. HEX triplet: 1C, 61 and 6C. RGB value is (28,97,108). Sum of RGB (Red+Green+Blue) = 28+97+108=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C616C is #E39E93. Grayscale: #4D4D4D. Windows color (decimal): -14917268 or 7102748. OLE color: 7102748.

HSL color Cylindrical-coordinate representation of color #1C616C: hue angle of 188.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C616C is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 97 108 -
CMYK 0.74 0.10 0 0.58
HSL 188.25º 0.59% 0.27% -
HSV(B) 188.25º 0.74% 0.42% -
XYZ 7.46 9.88 15.7 -
YUV 77.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 28 97 108 0.74 0.10 0 0.58 188.25 0.59 0.27
Hex 1C 61 6C 4A A 0 3A BC 3B 1B
Octal 34 141 154 112 12 0 72 274 73 33
Binary 11100 1100001 1101100 1001010 1010 0 111010 10111100 111011 11011

Color Harmonies of #1C616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C616C

Black with #1C616C

Text Example


Text Example

White with #1C616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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