Html Css Color HEX #1F6B60 Blue Stone

📋 copy color: '#1F6B60'

red 31 ◦ green 107 ◦ blue 96

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

Shades of Blue Stone #1F6B60

Tints of Blue Stone #1F6B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 13.25%
G = 45.73%
B = 41.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#1F6B60 (or 0x1F6B60) is known color: Blue Stone. HEX triplet: 1F, 6B and 60. RGB value is (31,107,96). Sum of RGB (Red+Green+Blue) = 31+107+96=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B60 is #E0949F. Grayscale: #525252. Windows color (decimal): -14718112 or 6318879. OLE color: 6318879.

HSL color Cylindrical-coordinate representation of color #1F6B60: hue angle of 171.32º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B60 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 107 96 -
CMYK 0.71 0 0.10 0.58
HSL 171.32º 0.55% 0.27% -
HSV(B) 171.32º 0.71% 0.42% -
XYZ 7.93 11.65 12.9 -
YUV 83.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 31 107 96 0.71 0 0.10 0.58 171.32 0.55 0.27
Hex 1F 6B 60 47 0 A 3A AB 37 1B
Octal 37 153 140 107 0 12 72 253 67 33
Binary 11111 1101011 1100000 1000111 0 1010 111010 10101011 110111 11011

Color Harmonies of #1F6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6B60

Black with #1F6B60

Text Example


Text Example

White with #1F6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,107,96); }

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

background-color css

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

 a { background-color: rgb(31,107,96); }

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

border-color css

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

 span { border-color: rgb(31,107,96); }

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