Html Css Color HEX #066B7F Blue Lagoon

📋 copy color: '#066B7F'

red 6 ◦ green 107 ◦ blue 127

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

Shades of Blue Lagoon #066B7F

Tints of Blue Lagoon #066B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 2.5%
G = 44.58%
B = 52.92%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#066B7F (or 0x066B7F) is known color: Blue Lagoon. HEX triplet: 06, 6B and 7F. RGB value is (6,107,127). Sum of RGB (Red+Green+Blue) = 6+107+127=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #066B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B7F is #F99480. Grayscale: #4E4E4E. Windows color (decimal): -16356481 or 8350470. OLE color: 8350470.

HSL color Cylindrical-coordinate representation of color #066B7F: hue angle of 189.92º 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 #066B7F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 107 127 -
CMYK 0.95 0.16 0 0.50
HSL 189.92º 0.91% 0.26% -
HSV(B) 189.92º 0.95% 0.5% -
XYZ 9.16 12.09 21.93 -
YUV 79.08 155.04 75.87 -
System Red Green Blue C M Y K H S L
Decimal 6 107 127 0.95 0.16 0 0.50 189.92 0.91 0.26
Hex 6 6B 7F 5F 10 0 32 BE 5B 1A
Octal 6 153 177 137 20 0 62 276 133 32
Binary 110 1101011 1111111 1011111 10000 0 110010 10111110 1011011 11010

Color Harmonies of #066B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B7F

Black with #066B7F

Text Example


Text Example

White with #066B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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