#105C67

Color #105C67 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #105C67

Tints of Blue Stone #105C67

Color information

#105C67 (or 0x105C67) is unknown color: approx Blue Stone. HEX triplet: 10, 5C and 67. RGB value is (16,92,103). Sum of RGB (Red+Green+Blue) = 16+92+103=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #105C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C67 is #EFA398. Grayscale: #464646. Windows color (decimal): -15704985 or 6773776. OLE color: 6773776.

HSL color Cylindrical-coordinate representation of color #105C67: hue angle of 187.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105C67 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1692103-
CMYK0.840.1100.60
HSL187.59º73.11%23.33%-
HSV(B)187.59º84.47%40.39%-
XYZ6.498.7414.18-
YUV70.53146.3289.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 103 (40.62% from 255) = 48.82%
R=7.58%
G=43.60%
B=48.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16921030.840.1100.60187.5973.1123.33
Hex105C6754B03Cbc4917
Octal201341471241307427411127
Binary100001011100110011110101001011011110010111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105C67; }

 p { color: rgb(16,92,103); }

 H1.HeaderClassName
 {
   color: #105C67;
 }
 .AnyTagClassName
 {
   color: #105C67;
 }
</style>
background-color css

<style>
 a { background-color: #105C67; }

 a { background-color: rgb(16,92,103); }

 div.DivClassName
 {
   background-color: #105C67;
 }
 .BgClassName
 {
   background-color: #105C67;
 }
</style>
border-color css

<style>
 span { border-color: #105C67; }

 span { border-color: rgb(16,92,103); }

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