Html Css Color HEX #07606D Blue Lagoon

📋 copy color: '#07606D'

red 7 ◦ green 96 ◦ blue 109

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

Shades of Blue Lagoon #07606D

Tints of Blue Lagoon #07606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 3.3%
G = 45.28%
B = 51.42%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07606D (or 0x07606D) is known color: Blue Lagoon. HEX triplet: 07, 60 and 6D. RGB value is (7,96,109). Sum of RGB (Red+Green+Blue) = 7+96+109=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #07606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07606D is #F89F92. Grayscale: #464646. Windows color (decimal): -16293779 or 7168007. OLE color: 7168007.

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

Color convert

RGB 7 96 109 -
CMYK 0.94 0.12 0 0.57
HSL 187.65º 0.88% 0.23% -
HSV(B) 187.65º 0.94% 0.43% -
XYZ 7.03 9.52 15.93 -
YUV 70.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 7 96 109 0.94 0.12 0 0.57 187.65 0.88 0.23
Hex 7 60 6D 5E C 0 39 BC 58 17
Octal 7 140 155 136 14 0 71 274 130 27
Binary 111 1100000 1101101 1011110 1100 0 111001 10111100 1011000 10111

Color Harmonies of #07606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07606D

Black with #07606D

Text Example


Text Example

White with #07606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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