Html Css Color HEX #006774 Blue Lagoon

📋 copy color: '#006774'

red 0 ◦ green 103 ◦ blue 116

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

Shades of Blue Lagoon #006774

Tints of Blue Lagoon #006774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 0%
G = 47.03%
B = 52.97%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006774 (or 0x006774) is known color: Blue Lagoon. HEX triplet: 00, 67 and 74. RGB value is (0,103,116). Sum of RGB (Red+Green+Blue) = 0+103+116=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #006774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006774 is #FF988B. Grayscale: #494949. Windows color (decimal): -16750732 or 7628544. OLE color: 7628544.

HSL color Cylindrical-coordinate representation of color #006774: hue angle of 186.72º 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 #006774 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 103 116 -
CMYK 1 0.11 0 0.55
HSL 186.72º 1% 0.23% -
HSV(B) 186.72º 1% 0.45% -
XYZ 8 10.96 18.22 -
YUV 73.69 151.88 75.44 -
System Red Green Blue C M Y K H S L
Decimal 0 103 116 1 0.11 0 0.55 186.72 1 0.23
Hex 0 67 74 64 B 0 37 BB 64 17
Octal 0 147 164 144 13 0 67 273 144 27
Binary 0 1100111 1110100 1100100 1011 0 110111 10111011 1100100 10111

Color Harmonies of #006774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006774

Black with #006774

Text Example


Text Example

White with #006774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006774; }

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

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

background-color css

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

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

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

border-color css

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

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

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