Html Css Color HEX #0F666C Blue Stone

📋 copy color: '#0F666C'

red 15 ◦ green 102 ◦ blue 108

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

Shades of Blue Stone #0F666C

Tints of Blue Stone #0F666C

RGB

 RED value IS 15 (6.25% from 255) = 6.67%

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 108 (42.58% from 255) = 48%

R = 6.67%
G = 45.33%
B = 48%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F666C (or 0x0F666C) is known color: Blue Stone. HEX triplet: 0F, 66 and 6C. RGB value is (15,102,108). Sum of RGB (Red+Green+Blue) = 15+102+108=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F666C is #F09993. Grayscale: #4C4C4C. Windows color (decimal): -15767956 or 7104015. OLE color: 7104015.

HSL color Cylindrical-coordinate representation of color #0F666C: hue angle of 183.87º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F666C is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 102 108 -
CMYK 0.86 0.06 0 0.58
HSL 183.87º 0.76% 0.24% -
HSV(B) 183.87º 0.86% 0.42% -
XYZ 7.66 10.69 15.85 -
YUV 76.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 15 102 108 0.86 0.06 0 0.58 183.87 0.76 0.24
Hex F 66 6C 56 6 0 3A B8 4C 18
Octal 17 146 154 126 6 0 72 270 114 30
Binary 1111 1100110 1101100 1010110 110 0 111010 10111000 1001100 11000

Color Harmonies of #0F666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F666C

Black with #0F666C

Text Example


Text Example

White with #0F666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F666C; }

 p { color: rgb(15,102,108); }

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

background-color css

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

 a { background-color: rgb(15,102,108); }

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

border-color css

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

 span { border-color: rgb(15,102,108); }

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