Html Css Color HEX #1D6F6A Blue Stone

📋 copy color: '#1D6F6A'

red 29 ◦ green 111 ◦ blue 106

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

Shades of Blue Stone #1D6F6A

Tints of Blue Stone #1D6F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 11.79%
G = 45.12%
B = 43.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#1D6F6A (or 0x1D6F6A) is known color: Blue Stone. HEX triplet: 1D, 6F and 6A. RGB value is (29,111,106). Sum of RGB (Red+Green+Blue) = 29+111+106=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F6A is #E29095. Grayscale: #555555. Windows color (decimal): -14848150 or 6975261. OLE color: 6975261.

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

Color convert

RGB 29 111 106 -
CMYK 0.74 0 0.05 0.56
HSL 176.34º 0.59% 0.27% -
HSV(B) 176.34º 0.74% 0.44% -
XYZ 8.79 12.67 15.62 -
YUV 85.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 29 111 106 0.74 0 0.05 0.56 176.34 0.59 0.27
Hex 1D 6F 6A 4A 0 5 38 B0 3B 1B
Octal 35 157 152 112 0 5 70 260 73 33
Binary 11101 1101111 1101010 1001010 0 101 111000 10110000 111011 11011

Color Harmonies of #1D6F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6F6A

Black with #1D6F6A

Text Example


Text Example

White with #1D6F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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