Html Css Color HEX #006B6B Blue Lagoon

📋 copy color: '#006B6B'

red 0 ◦ green 107 ◦ blue 107

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

Shades of Blue Lagoon #006B6B

Tints of Blue Lagoon #006B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#006B6B (or 0x006B6B) is known color: Blue Lagoon. HEX triplet: 00, 6B and 6B. RGB value is (0,107,107). Sum of RGB (Red+Green+Blue) = 0+107+107=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #006B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B6B is #FF9494. Grayscale: #4A4A4A. Windows color (decimal): -16749717 or 7039744. OLE color: 7039744.

HSL color Cylindrical-coordinate representation of color #006B6B: hue angle of 180º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B6B is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 107 107 -
CMYK 1 0 0 0.58
HSL 180º 1% 0.21% -
HSV(B) 180º 1% 0.42% -
XYZ 7.91 11.58 15.73 -
YUV 75.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 0 107 107 1 0 0 0.58 180 1 0.21
Hex 0 6B 6B 64 0 0 3A B4 64 15
Octal 0 153 153 144 0 0 72 264 144 25
Binary 0 1101011 1101011 1100100 0 0 111010 10110100 1100100 10101

Color Harmonies of #006B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B6B

Black with #006B6B

Text Example


Text Example

White with #006B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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