Html Css Color HEX #066C7D Blue Lagoon

📋 copy color: '#066C7D'

red 6 ◦ green 108 ◦ blue 125

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

Shades of Blue Lagoon #066C7D

Tints of Blue Lagoon #066C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.19%

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

R = 2.51%
G = 45.19%
B = 52.3%

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

#066C7D (or 0x066C7D) is known color: Blue Lagoon. HEX triplet: 06, 6C and 7D. RGB value is (6,108,125). Sum of RGB (Red+Green+Blue) = 6+108+125=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #066C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C7D is #F99382. Grayscale: #4F4F4F. Windows color (decimal): -16356227 or 8219654. OLE color: 8219654.

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

Color convert

RGB 6 108 125 -
CMYK 0.95 0.14 0 0.51
HSL 188.57º 0.91% 0.26% -
HSV(B) 188.57º 0.95% 0.49% -
XYZ 9.14 12.24 21.28 -
YUV 79.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 6 108 125 0.95 0.14 0 0.51 188.57 0.91 0.26
Hex 6 6C 7D 5F E 0 33 BD 5B 1A
Octal 6 154 175 137 16 0 63 275 133 32
Binary 110 1101100 1111101 1011111 1110 0 110011 10111101 1011011 11010

Color Harmonies of #066C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C7D

Black with #066C7D

Text Example


Text Example

White with #066C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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