Html Css Color HEX #1C6761 Blue Stone

📋 copy color: '#1C6761'

red 28 ◦ green 103 ◦ blue 97

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

Shades of Blue Stone #1C6761

Tints of Blue Stone #1C6761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 12.28%
G = 45.18%
B = 42.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#1C6761 (or 0x1C6761) is known color: Blue Stone. HEX triplet: 1C, 67 and 61. RGB value is (28,103,97). Sum of RGB (Red+Green+Blue) = 28+103+97=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #1C6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6761 is #E3989E. Grayscale: #4F4F4F. Windows color (decimal): -14915743 or 6383388. OLE color: 6383388.

HSL color Cylindrical-coordinate representation of color #1C6761: hue angle of 175.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6761 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 28 103 97 -
CMYK 0.73 0 0.06 0.60
HSL 175.2º 0.57% 0.26% -
HSV(B) 175.2º 0.73% 0.4% -
XYZ 7.49 10.81 13 -
YUV 79.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 28 103 97 0.73 0 0.06 0.60 175.2 0.57 0.26
Hex 1C 67 61 49 0 6 3C AF 39 1A
Octal 34 147 141 111 0 6 74 257 71 32
Binary 11100 1100111 1100001 1001001 0 110 111100 10101111 111001 11010

Color Harmonies of #1C6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6761

Black with #1C6761

Text Example


Text Example

White with #1C6761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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