Html Css Color HEX #066B7D Blue Lagoon

📋 copy color: '#066B7D'

red 6 ◦ green 107 ◦ blue 125

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

Shades of Blue Lagoon #066B7D

Tints of Blue Lagoon #066B7D

RGB

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

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

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

R = 2.52%
G = 44.96%
B = 52.52%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#066B7D (or 0x066B7D) is known color: Blue Lagoon. HEX triplet: 06, 6B and 7D. RGB value is (6,107,125). Sum of RGB (Red+Green+Blue) = 6+107+125=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #066B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B7D is #F99482. Grayscale: #4E4E4E. Windows color (decimal): -16356483 or 8219398. OLE color: 8219398.

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

Color convert

RGB 6 107 125 -
CMYK 0.95 0.14 0 0.51
HSL 189.08º 0.91% 0.26% -
HSV(B) 189.08º 0.95% 0.49% -
XYZ 9.03 12.03 21.25 -
YUV 78.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 6 107 125 0.95 0.14 0 0.51 189.08 0.91 0.26
Hex 6 6B 7D 5F E 0 33 BD 5B 1A
Octal 6 153 175 137 16 0 63 275 133 32
Binary 110 1101011 1111101 1011111 1110 0 110011 10111101 1011011 11010

Color Harmonies of #066B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B7D

Black with #066B7D

Text Example


Text Example

White with #066B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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