Html Css Color HEX #066A7C Blue Lagoon

📋 copy color: '#066A7C'

red 6 ◦ green 106 ◦ blue 124

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

Shades of Blue Lagoon #066A7C

Tints of Blue Lagoon #066A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 2.54%
G = 44.92%
B = 52.54%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#066A7C (or 0x066A7C) is known color: Blue Lagoon. HEX triplet: 06, 6A and 7C. RGB value is (6,106,124). Sum of RGB (Red+Green+Blue) = 6+106+124=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #066A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A7C is #F99583. Grayscale: #4D4D4D. Windows color (decimal): -16356740 or 8153606. OLE color: 8153606.

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

Color convert

RGB 6 106 124 -
CMYK 0.95 0.15 0 0.51
HSL 189.15º 0.91% 0.25% -
HSV(B) 189.15º 0.95% 0.49% -
XYZ 8.87 11.8 20.88 -
YUV 78.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 6 106 124 0.95 0.15 0 0.51 189.15 0.91 0.25
Hex 6 6A 7C 5F F 0 33 BD 5B 19
Octal 6 152 174 137 17 0 63 275 133 31
Binary 110 1101010 1111100 1011111 1111 0 110011 10111101 1011011 11001

Color Harmonies of #066A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A7C

Black with #066A7C

Text Example


Text Example

White with #066A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,106,124); }

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

background-color css

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

 a { background-color: rgb(6,106,124); }

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

border-color css

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

 span { border-color: rgb(6,106,124); }

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