Html Css Color HEX #1C6C69 Blue Stone

📋 copy color: '#1C6C69'

red 28 ◦ green 108 ◦ blue 105

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

Shades of Blue Stone #1C6C69

Tints of Blue Stone #1C6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 11.62%
G = 44.81%
B = 43.57%

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

#1C6C69 (or 0x1C6C69) is known color: Blue Stone. HEX triplet: 1C, 6C and 69. RGB value is (28,108,105). Sum of RGB (Red+Green+Blue) = 28+108+105=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C69 is #E39396. Grayscale: #535353. Windows color (decimal): -14914455 or 6908956. OLE color: 6908956.

HSL color Cylindrical-coordinate representation of color #1C6C69: hue angle of 177.75º 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 #1C6C69 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 108 105 -
CMYK 0.74 0 0.03 0.58
HSL 177.75º 0.59% 0.27% -
HSV(B) 177.75º 0.74% 0.42% -
XYZ 8.39 11.99 15.24 -
YUV 83.74 140 88.24 -
System Red Green Blue C M Y K H S L
Decimal 28 108 105 0.74 0 0.03 0.58 177.75 0.59 0.27
Hex 1C 6C 69 4A 0 3 3A B2 3B 1B
Octal 34 154 151 112 0 3 72 262 73 33
Binary 11100 1101100 1101001 1001010 0 11 111010 10110010 111011 11011

Color Harmonies of #1C6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6C69

Black with #1C6C69

Text Example


Text Example

White with #1C6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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