Html Css Color HEX #086865 Blue Stone

📋 copy color: '#086865'

red 8 ◦ green 104 ◦ blue 101

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

Shades of Blue Stone #086865

Tints of Blue Stone #086865

RGB

 RED value IS 8 (3.52% from 255) = 3.76%

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 3.76%
G = 48.83%
B = 47.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#086865 (or 0x086865) is known color: Blue Stone. HEX triplet: 08, 68 and 65. RGB value is (8,104,101). Sum of RGB (Red+Green+Blue) = 8+104+101=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #086865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086865 is #F7979A. Grayscale: #4A4A4A. Windows color (decimal): -16226203 or 6645768. OLE color: 6645768.

HSL color Cylindrical-coordinate representation of color #086865: hue angle of 178.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086865 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 101 -
CMYK 0.92 0 0.03 0.59
HSL 178.13º 0.86% 0.22% -
HSV(B) 178.13º 0.92% 0.41% -
XYZ 7.4 10.89 14.02 -
YUV 74.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 8 104 101 0.92 0 0.03 0.59 178.13 0.86 0.22
Hex 8 68 65 5C 0 3 3B B2 56 16
Octal 10 150 145 134 0 3 73 262 126 26
Binary 1000 1101000 1100101 1011100 0 11 111011 10110010 1010110 10110

Color Harmonies of #086865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086865

Black with #086865

Text Example


Text Example

White with #086865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086865; }

 p { color: rgb(8,104,101); }

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

background-color css

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

 a { background-color: rgb(8,104,101); }

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

border-color css

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

 span { border-color: rgb(8,104,101); }

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