Html Css Color HEX #0F646A Blue Stone

📋 copy color: '#0F646A'

red 15 ◦ green 100 ◦ blue 106

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

Shades of Blue Stone #0F646A

Tints of Blue Stone #0F646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 6.79%
G = 45.25%
B = 47.96%

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

#0F646A (or 0x0F646A) is known color: Blue Stone. HEX triplet: 0F, 64 and 6A. RGB value is (15,100,106). Sum of RGB (Red+Green+Blue) = 15+100+106=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F646A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F646A is #F09B95. Grayscale: #4B4B4B. Windows color (decimal): -15768470 or 6972431. OLE color: 6972431.

HSL color Cylindrical-coordinate representation of color #0F646A: hue angle of 183.96º degrees, saturation: 0.75, 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 #0F646A is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 100 106 -
CMYK 0.86 0.06 0 0.58
HSL 183.96º 0.75% 0.24% -
HSV(B) 183.96º 0.86% 0.42% -
XYZ 7.36 10.26 15.23 -
YUV 75.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 15 100 106 0.86 0.06 0 0.58 183.96 0.75 0.24
Hex F 64 6A 56 6 0 3A B8 4B 18
Octal 17 144 152 126 6 0 72 270 113 30
Binary 1111 1100100 1101010 1010110 110 0 111010 10111000 1001011 11000

Color Harmonies of #0F646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F646A

Black with #0F646A

Text Example


Text Example

White with #0F646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,100,106); }

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

background-color css

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

 a { background-color: rgb(15,100,106); }

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

border-color css

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

 span { border-color: rgb(15,100,106); }

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