Html Css Color HEX #1C6068 Blue Stone

📋 copy color: '#1C6068'

red 28 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #1C6068

Tints of Blue Stone #1C6068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 12.28%
G = 42.11%
B = 45.61%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C6068 (or 0x1C6068) is known color: Blue Stone. HEX triplet: 1C, 60 and 68. RGB value is (28,96,104). Sum of RGB (Red+Green+Blue) = 28+96+104=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C6068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6068 is #E39F97. Grayscale: #4C4C4C. Windows color (decimal): -14917528 or 6840348. OLE color: 6840348.

HSL color Cylindrical-coordinate representation of color #1C6068: hue angle of 186.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6068 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 96 104 -
CMYK 0.73 0.08 0 0.59
HSL 186.32º 0.58% 0.26% -
HSV(B) 186.32º 0.73% 0.41% -
XYZ 7.16 9.61 14.57 -
YUV 76.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 28 96 104 0.73 0.08 0 0.59 186.32 0.58 0.26
Hex 1C 60 68 49 8 0 3B BA 3A 1A
Octal 34 140 150 111 10 0 73 272 72 32
Binary 11100 1100000 1101000 1001001 1000 0 111011 10111010 111010 11010

Color Harmonies of #1C6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6068

Black with #1C6068

Text Example


Text Example

White with #1C6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,104); }

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

background-color css

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

 a { background-color: rgb(28,96,104); }

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

border-color css

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

 span { border-color: rgb(28,96,104); }

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