Html Css Color HEX #006B74 Blue Lagoon

📋 copy color: '#006B74'

red 0 ◦ green 107 ◦ blue 116

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

Shades of Blue Lagoon #006B74

Tints of Blue Lagoon #006B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.98%

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

R = 0%
G = 47.98%
B = 52.02%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006B74 (or 0x006B74) is known color: Blue Lagoon. HEX triplet: 00, 6B and 74. RGB value is (0,107,116). Sum of RGB (Red+Green+Blue) = 0+107+116=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #006B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B74 is #FF948B. Grayscale: #4B4B4B. Windows color (decimal): -16749708 or 7629568. OLE color: 7629568.

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

Color convert

RGB 0 107 116 -
CMYK 1 0.08 0 0.55
HSL 184.66º 1% 0.23% -
HSV(B) 184.66º 1% 0.45% -
XYZ 8.41 11.78 18.35 -
YUV 76.03 150.55 73.77 -
System Red Green Blue C M Y K H S L
Decimal 0 107 116 1 0.08 0 0.55 184.66 1 0.23
Hex 0 6B 74 64 8 0 37 B9 64 17
Octal 0 153 164 144 10 0 67 271 144 27
Binary 0 1101011 1110100 1100100 1000 0 110111 10111001 1100100 10111

Color Harmonies of #006B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B74

Black with #006B74

Text Example


Text Example

White with #006B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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