Html Css Color HEX #006773 Blue Lagoon

📋 copy color: '#006773'

red 0 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #006773

Tints of Blue Lagoon #006773

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 103 (40.63% from 255) = 47.25%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 0%
G = 47.25%
B = 52.75%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006773 (or 0x006773) is known color: Blue Lagoon. HEX triplet: 00, 67 and 73. RGB value is (0,103,115). Sum of RGB (Red+Green+Blue) = 0+103+115=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #006773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006773 is #FF988C. Grayscale: #494949. Windows color (decimal): -16750733 or 7563008. OLE color: 7563008.

HSL color Cylindrical-coordinate representation of color #006773: hue angle of 186.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006773 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 103 115 -
CMYK 1 0.10 0 0.55
HSL 186.26º 1% 0.23% -
HSV(B) 186.26º 1% 0.45% -
XYZ 7.94 10.94 17.91 -
YUV 73.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 0 103 115 1 0.10 0 0.55 186.26 1 0.23
Hex 0 67 73 64 A 0 37 BA 64 17
Octal 0 147 163 144 12 0 67 272 144 27
Binary 0 1100111 1110011 1100100 1010 0 110111 10111010 1100100 10111

Color Harmonies of #006773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006773

Black with #006773

Text Example


Text Example

White with #006773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006773; }

 p { color: rgb(0,103,115); }

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

background-color css

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

 a { background-color: rgb(0,103,115); }

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

border-color css

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

 span { border-color: rgb(0,103,115); }

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