Html Css Color HEX #10635F Blue Stone

📋 copy color: '#10635F'

red 16 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #10635F

Tints of Blue Stone #10635F

RGB

 RED value IS 16 (6.64% from 255) = 7.62%

 GREEN value IS 99 (39.06% from 255) = 47.14%

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 7.62%
G = 47.14%
B = 45.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#10635F (or 0x10635F) is known color: Blue Stone. HEX triplet: 10, 63 and 5F. RGB value is (16,99,95). Sum of RGB (Red+Green+Blue) = 16+99+95=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #10635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10635F is #EF9CA0. Grayscale: #494949. Windows color (decimal): -15703201 or 6251280. OLE color: 6251280.

HSL color Cylindrical-coordinate representation of color #10635F: hue angle of 177.11º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10635F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 95 -
CMYK 0.84 0 0.04 0.61
HSL 177.11º 0.72% 0.23% -
HSV(B) 177.11º 0.84% 0.39% -
XYZ 6.74 9.86 12.37 -
YUV 73.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 16 99 95 0.84 0 0.04 0.61 177.11 0.72 0.23
Hex 10 63 5F 54 0 4 3D B1 48 17
Octal 20 143 137 124 0 4 75 261 110 27
Binary 10000 1100011 1011111 1010100 0 100 111101 10110001 1001000 10111

Color Harmonies of #10635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10635F

Black with #10635F

Text Example


Text Example

White with #10635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10635F; }

 p { color: rgb(16,99,95); }

 H1.HeaderClassName
 {
   color: #10635F;
 }
 .AnyTagClassName
 {
   color: #10635F;
 }
</style>

background-color css

<style>
 a { background-color: #10635F; }

 a { background-color: rgb(16,99,95); }

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

border-color css

<style>
 span { border-color: #10635F; }

 span { border-color: rgb(16,99,95); }

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