Html Css Color HEX #066E7F Blue Lagoon

📋 copy color: '#066E7F'

red 6 ◦ green 110 ◦ blue 127

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

Shades of Blue Lagoon #066E7F

Tints of Blue Lagoon #066E7F

RGB

 RED value IS 6 (2.73% from 255) = 2.47%

 GREEN value IS 110 (43.36% from 255) = 45.27%

 BLUE value IS 127 (50% from 255) = 52.26%

R = 2.47%
G = 45.27%
B = 52.26%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#066E7F (or 0x066E7F) is known color: Blue Lagoon. HEX triplet: 06, 6E and 7F. RGB value is (6,110,127). Sum of RGB (Red+Green+Blue) = 6+110+127=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #066E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E7F is #F99180. Grayscale: #505050. Windows color (decimal): -16355713 or 8351238. OLE color: 8351238.

HSL color Cylindrical-coordinate representation of color #066E7F: hue angle of 188.43º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E7F is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 110 127 -
CMYK 0.95 0.13 0 0.50
HSL 188.43º 0.91% 0.26% -
HSV(B) 188.43º 0.95% 0.5% -
XYZ 9.48 12.72 22.03 -
YUV 80.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 6 110 127 0.95 0.13 0 0.50 188.43 0.91 0.26
Hex 6 6E 7F 5F D 0 32 BC 5B 1A
Octal 6 156 177 137 15 0 62 274 133 32
Binary 110 1101110 1111111 1011111 1101 0 110010 10111100 1011011 11010

Color Harmonies of #066E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E7F

Black with #066E7F

Text Example


Text Example

White with #066E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066E7F; }

 p { color: rgb(6,110,127); }

 H1.HeaderClassName
 {
   color: #066E7F;
 }
 .AnyTagClassName
 {
   color: #066E7F;
 }
</style>

background-color css

<style>
 a { background-color: #066E7F; }

 a { background-color: rgb(6,110,127); }

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

border-color css

<style>
 span { border-color: #066E7F; }

 span { border-color: rgb(6,110,127); }

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