Html Css Color HEX #1C6B68 Blue Stone

📋 copy color: '#1C6B68'

red 28 ◦ green 107 ◦ blue 104

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

Shades of Blue Stone #1C6B68

Tints of Blue Stone #1C6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.77%

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

R = 11.72%
G = 44.77%
B = 43.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#1C6B68 (or 0x1C6B68) is known color: Blue Stone. HEX triplet: 1C, 6B and 68. RGB value is (28,107,104). Sum of RGB (Red+Green+Blue) = 28+107+104=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B68 is #E39497. Grayscale: #525252. Windows color (decimal): -14914712 or 6843164. OLE color: 6843164.

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

Color convert

RGB 28 107 104 -
CMYK 0.74 0 0.03 0.58
HSL 177.72º 0.59% 0.26% -
HSV(B) 177.72º 0.74% 0.42% -
XYZ 8.24 11.76 14.93 -
YUV 83.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 28 107 104 0.74 0 0.03 0.58 177.72 0.59 0.26
Hex 1C 6B 68 4A 0 3 3A B2 3B 1A
Octal 34 153 150 112 0 3 72 262 73 32
Binary 11100 1101011 1101000 1001010 0 11 111010 10110010 111011 11010

Color Harmonies of #1C6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6B68

Black with #1C6B68

Text Example


Text Example

White with #1C6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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