Html Css Color HEX #1F6E6C Blue Stone

📋 copy color: '#1F6E6C'

red 31 ◦ green 110 ◦ blue 108

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

Shades of Blue Stone #1F6E6C

Tints of Blue Stone #1F6E6C

RGB

 RED value IS 31 (12.5% from 255) = 12.45%

 GREEN value IS 110 (43.36% from 255) = 44.18%

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

R = 12.45%
G = 44.18%
B = 43.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#1F6E6C (or 0x1F6E6C) is known color: Blue Stone. HEX triplet: 1F, 6E and 6C. RGB value is (31,110,108). Sum of RGB (Red+Green+Blue) = 31+110+108=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E6C is #E09193. Grayscale: #565656. Windows color (decimal): -14717332 or 7106079. OLE color: 7106079.

HSL color Cylindrical-coordinate representation of color #1F6E6C: hue angle of 178.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6E6C is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 110 108 -
CMYK 0.72 0 0.02 0.57
HSL 178.48º 0.56% 0.28% -
HSV(B) 178.48º 0.72% 0.43% -
XYZ 8.85 12.53 16.14 -
YUV 86.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 31 110 108 0.72 0 0.02 0.57 178.48 0.56 0.28
Hex 1F 6E 6C 48 0 2 39 B2 38 1C
Octal 37 156 154 110 0 2 71 262 70 34
Binary 11111 1101110 1101100 1001000 0 10 111001 10110010 111000 11100

Color Harmonies of #1F6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6E6C

Black with #1F6E6C

Text Example


Text Example

White with #1F6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,110,108); }

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

background-color css

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

 a { background-color: rgb(31,110,108); }

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

border-color css

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

 span { border-color: rgb(31,110,108); }

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