Html Css Color HEX #006775 Blue Lagoon

📋 copy color: '#006775'

red 0 ◦ green 103 ◦ blue 117

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

Shades of Blue Lagoon #006775

Tints of Blue Lagoon #006775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 0%
G = 46.82%
B = 53.18%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006775 (or 0x006775) is known color: Blue Lagoon. HEX triplet: 00, 67 and 75. RGB value is (0,103,117). Sum of RGB (Red+Green+Blue) = 0+103+117=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #006775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006775 is #FF988A. Grayscale: #494949. Windows color (decimal): -16750731 or 7694080. OLE color: 7694080.

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

Color convert

RGB 0 103 117 -
CMYK 1 0.12 0 0.54
HSL 187.18º 1% 0.23% -
HSV(B) 187.18º 1% 0.46% -
XYZ 8.06 10.98 18.53 -
YUV 73.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 0 103 117 1 0.12 0 0.54 187.18 1 0.23
Hex 0 67 75 64 C 0 36 BB 64 17
Octal 0 147 165 144 14 0 66 273 144 27
Binary 0 1100111 1110101 1100100 1100 0 110110 10111011 1100100 10111

Color Harmonies of #006775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006775

Black with #006775

Text Example


Text Example

White with #006775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006775; }

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

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

background-color css

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

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

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

border-color css

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

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

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