Html Css Color HEX #1D6F6D Blue Stone

📋 copy color: '#1D6F6D'

red 29 ◦ green 111 ◦ blue 109

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

Shades of Blue Stone #1D6F6D

Tints of Blue Stone #1D6F6D

RGB

 RED value IS 29 (11.72% from 255) = 11.65%

 GREEN value IS 111 (43.75% from 255) = 44.58%

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 11.65%
G = 44.58%
B = 43.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1D6F6D (or 0x1D6F6D) is known color: Blue Stone. HEX triplet: 1D, 6F and 6D. RGB value is (29,111,109). Sum of RGB (Red+Green+Blue) = 29+111+109=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F6D is #E29092. Grayscale: #565656. Windows color (decimal): -14848147 or 7171869. OLE color: 7171869.

HSL color Cylindrical-coordinate representation of color #1D6F6D: hue angle of 178.54º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F6D is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 111 109 -
CMYK 0.74 0 0.02 0.56
HSL 178.54º 0.59% 0.27% -
HSV(B) 178.54º 0.74% 0.44% -
XYZ 8.95 12.73 16.45 -
YUV 86.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 29 111 109 0.74 0 0.02 0.56 178.54 0.59 0.27
Hex 1D 6F 6D 4A 0 2 38 B3 3B 1B
Octal 35 157 155 112 0 2 70 263 73 33
Binary 11101 1101111 1101101 1001010 0 10 111000 10110011 111011 11011

Color Harmonies of #1D6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6F6D

Black with #1D6F6D

Text Example


Text Example

White with #1D6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,111,109); }

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

background-color css

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

 a { background-color: rgb(29,111,109); }

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

border-color css

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

 span { border-color: rgb(29,111,109); }

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