#07646C

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

Shades of Blue Lagoon #07646C

Tints of Blue Lagoon #07646C

Color information

#07646C (or 0x07646C) is unknown color: approx Blue Lagoon. HEX triplet: 07, 64 and 6C. RGB value is (7,100,108). Sum of RGB (Red+Green+Blue) = 7+100+108=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #07646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07646C is #F89B93. Grayscale: #484848. Windows color (decimal): -16292756 or 7103495. OLE color: 7103495.

HSL color Cylindrical-coordinate representation of color #07646C: hue angle of 184.75º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07646C is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7100108-
CMYK0.940.0700.58
HSL184.75º87.83%22.55%-
HSV(B)184.75º93.52%42.35%-
XYZ7.3510.2415.78-
YUV73.1147.6980.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=3.26%
G=46.51%
B=50.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71001080.940.0700.58184.7587.8322.55
Hex7646C5E703Ab95817
Octal7144154136707227113027
Binary111110010011011001011110111011101010111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07646C; }

 p { color: rgb(7,100,108); }

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

<style>
 a { background-color: #07646C; }

 a { background-color: rgb(7,100,108); }

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

<style>
 span { border-color: #07646C; }

 span { border-color: rgb(7,100,108); }

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