Html Css Color HEX #0B6068 Blue Lagoon

📋 copy color: '#0B6068'

red 11 ◦ green 96 ◦ blue 104

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

Shades of Blue Lagoon #0B6068

Tints of Blue Lagoon #0B6068

RGB

 RED value IS 11 (4.69% from 255) = 5.21%

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 5.21%
G = 45.5%
B = 49.29%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0B6068 (or 0x0B6068) is known color: Blue Lagoon. HEX triplet: 0B, 60 and 68. RGB value is (11,96,104). Sum of RGB (Red+Green+Blue) = 11+96+104=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B6068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6068 is #F49F97. Grayscale: #474747. Windows color (decimal): -16031640 or 6840331. OLE color: 6840331.

HSL color Cylindrical-coordinate representation of color #0B6068: hue angle of 185.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6068 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 96 104 -
CMYK 0.89 0.08 0 0.59
HSL 185.16º 0.81% 0.23% -
HSV(B) 185.16º 0.89% 0.41% -
XYZ 6.82 9.44 14.56 -
YUV 71.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 11 96 104 0.89 0.08 0 0.59 185.16 0.81 0.23
Hex B 60 68 59 8 0 3B B9 51 17
Octal 13 140 150 131 10 0 73 271 121 27
Binary 1011 1100000 1101000 1011001 1000 0 111011 10111001 1010001 10111

Color Harmonies of #0B6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6068

Black with #0B6068

Text Example


Text Example

White with #0B6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,96,104); }

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

background-color css

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

 a { background-color: rgb(11,96,104); }

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

border-color css

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

 span { border-color: rgb(11,96,104); }

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