Html Css Color HEX #10615E Blue Stone

📋 copy color: '#10615E'

red 16 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #10615E

Tints of Blue Stone #10615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.86%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 7.73%
G = 46.86%
B = 45.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#10615E (or 0x10615E) is known color: Blue Stone. HEX triplet: 10, 61 and 5E. RGB value is (16,97,94). Sum of RGB (Red+Green+Blue) = 16+97+94=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #10615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10615E is #EF9EA1. Grayscale: #484848. Windows color (decimal): -15703714 or 6185232. OLE color: 6185232.

HSL color Cylindrical-coordinate representation of color #10615E: hue angle of 177.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10615E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 94 -
CMYK 0.84 0 0.03 0.62
HSL 177.78º 0.72% 0.22% -
HSV(B) 177.78º 0.84% 0.38% -
XYZ 6.51 9.47 12.07 -
YUV 72.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 16 97 94 0.84 0 0.03 0.62 177.78 0.72 0.22
Hex 10 61 5E 54 0 3 3E B2 48 16
Octal 20 141 136 124 0 3 76 262 110 26
Binary 10000 1100001 1011110 1010100 0 11 111110 10110010 1001000 10110

Color Harmonies of #10615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10615E

Black with #10615E

Text Example


Text Example

White with #10615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10615E; }

 p { color: rgb(16,97,94); }

 H1.HeaderClassName
 {
   color: #10615E;
 }
 .AnyTagClassName
 {
   color: #10615E;
 }
</style>

background-color css

<style>
 a { background-color: #10615E; }

 a { background-color: rgb(16,97,94); }

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

border-color css

<style>
 span { border-color: #10615E; }

 span { border-color: rgb(16,97,94); }

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