Html Css Color HEX #07606F Blue Lagoon

📋 copy color: '#07606F'

red 7 ◦ green 96 ◦ blue 111

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

Shades of Blue Lagoon #07606F

Tints of Blue Lagoon #07606F

RGB

 RED value IS 7 (3.13% from 255) = 3.27%

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

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 3.27%
G = 44.86%
B = 51.87%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07606F (or 0x07606F) is known color: Blue Lagoon. HEX triplet: 07, 60 and 6F. RGB value is (7,96,111). Sum of RGB (Red+Green+Blue) = 7+96+111=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #07606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07606F is #F89F90. Grayscale: #464646. Windows color (decimal): -16293777 or 7299079. OLE color: 7299079.

HSL color Cylindrical-coordinate representation of color #07606F: hue angle of 188.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07606F is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 96 111 -
CMYK 0.94 0.14 0 0.56
HSL 188.65º 0.88% 0.23% -
HSV(B) 188.65º 0.94% 0.44% -
XYZ 7.14 9.56 16.51 -
YUV 71.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 7 96 111 0.94 0.14 0 0.56 188.65 0.88 0.23
Hex 7 60 6F 5E E 0 38 BD 58 17
Octal 7 140 157 136 16 0 70 275 130 27
Binary 111 1100000 1101111 1011110 1110 0 111000 10111101 1011000 10111

Color Harmonies of #07606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07606F

Black with #07606F

Text Example


Text Example

White with #07606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07606F; }

 p { color: rgb(7,96,111); }

 H1.HeaderClassName
 {
   color: #07606F;
 }
 .AnyTagClassName
 {
   color: #07606F;
 }
</style>

background-color css

<style>
 a { background-color: #07606F; }

 a { background-color: rgb(7,96,111); }

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

border-color css

<style>
 span { border-color: #07606F; }

 span { border-color: rgb(7,96,111); }

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