Html Css Color HEX #0F6667 Blue Stone

📋 copy color: '#0F6667'

red 15 ◦ green 102 ◦ blue 103

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

Shades of Blue Stone #0F6667

Tints of Blue Stone #0F6667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.82%

R = 6.82%
G = 46.36%
B = 46.82%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F6667 (or 0x0F6667) is known color: Blue Stone. HEX triplet: 0F, 66 and 67. RGB value is (15,102,103). Sum of RGB (Red+Green+Blue) = 15+102+103=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F6667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6667 is #F09998. Grayscale: #4C4C4C. Windows color (decimal): -15767961 or 6776335. OLE color: 6776335.

HSL color Cylindrical-coordinate representation of color #0F6667: hue angle of 180.68º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6667 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 102 103 -
CMYK 0.85 0.01 0 0.60
HSL 180.68º 0.75% 0.23% -
HSV(B) 180.68º 0.85% 0.4% -
XYZ 7.4 10.58 14.48 -
YUV 76.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 15 102 103 0.85 0.01 0 0.60 180.68 0.75 0.23
Hex F 66 67 55 1 0 3C B5 4B 17
Octal 17 146 147 125 1 0 74 265 113 27
Binary 1111 1100110 1100111 1010101 1 0 111100 10110101 1001011 10111

Color Harmonies of #0F6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6667

Black with #0F6667

Text Example


Text Example

White with #0F6667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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