#006B74

Color #006B74 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006B74

Tints of Blue Lagoon #006B74

Color information

#006B74 (or 0x006B74) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6B and 74. RGB value is (0,107,116). Sum of RGB (Red+Green+Blue) = 0+107+116=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #006B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B74 is #FF948B. Grayscale: #4B4B4B. Windows color (decimal): -16749708 or 7629568. OLE color: 7629568.

HSL color Cylindrical-coordinate representation of color #006B74: hue angle of 184.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B74 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0107116-
CMYK10.0800.55
HSL184.66º100%22.75%-
HSV(B)184.66º100%45.49%-
XYZ8.4111.7818.35-
YUV76.03150.5573.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=0%
G=47.98%
B=52.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal010711610.0800.55184.6610022.75
Hex06B74648037b96417
Octal01531641441006727114427
Binary01101011111010011001001000011011110111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006B74; }

 p { color: rgb(0,107,116); }

 H1.HeaderClassName
 {
   color: #006B74;
 }
 .AnyTagClassName
 {
   color: #006B74;
 }
</style>
background-color css

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

 a { background-color: rgb(0,107,116); }

 div.DivClassName
 {
   background-color: #006B74;
 }
 .BgClassName
 {
   background-color: #006B74;
 }
</style>
border-color css

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

 span { border-color: rgb(0,107,116); }

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