Html Css Color HEX #066D7D Blue Lagoon

📋 copy color: '#066D7D'

red 6 ◦ green 109 ◦ blue 125

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

Shades of Blue Lagoon #066D7D

Tints of Blue Lagoon #066D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.42%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 2.5%
G = 45.42%
B = 52.08%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#066D7D (or 0x066D7D) is known color: Blue Lagoon. HEX triplet: 06, 6D and 7D. RGB value is (6,109,125). Sum of RGB (Red+Green+Blue) = 6+109+125=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #066D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D7D is #F99282. Grayscale: #4F4F4F. Windows color (decimal): -16355971 or 8219910. OLE color: 8219910.

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

Color convert

RGB 6 109 125 -
CMYK 0.95 0.13 0 0.51
HSL 188.07º 0.91% 0.26% -
HSV(B) 188.07º 0.95% 0.49% -
XYZ 9.25 12.46 21.32 -
YUV 80.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 6 109 125 0.95 0.13 0 0.51 188.07 0.91 0.26
Hex 6 6D 7D 5F D 0 33 BC 5B 1A
Octal 6 155 175 137 15 0 63 274 133 32
Binary 110 1101101 1111101 1011111 1101 0 110011 10111100 1011011 11010

Color Harmonies of #066D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066D7D

Black with #066D7D

Text Example


Text Example

White with #066D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,109,125); }

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

background-color css

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

 a { background-color: rgb(6,109,125); }

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

border-color css

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

 span { border-color: rgb(6,109,125); }

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