Html Css Color HEX #006C7B Blue Lagoon

📋 copy color: '#006C7B'

red 0 ◦ green 108 ◦ blue 123

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

Shades of Blue Lagoon #006C7B

Tints of Blue Lagoon #006C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.75%

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 0%
G = 46.75%
B = 53.25%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#006C7B (or 0x006C7B) is known color: Blue Lagoon. HEX triplet: 00, 6C and 7B. RGB value is (0,108,123). Sum of RGB (Red+Green+Blue) = 0+108+123=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #006C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C7B is #FF9384. Grayscale: #4D4D4D. Windows color (decimal): -16749445 or 8088576. OLE color: 8088576.

HSL color Cylindrical-coordinate representation of color #006C7B: hue angle of 187.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C7B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 108 123 -
CMYK 1 0.12 0 0.52
HSL 187.32º 1% 0.24% -
HSV(B) 187.32º 1% 0.48% -
XYZ 8.94 12.16 20.61 -
YUV 77.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 0 108 123 1 0.12 0 0.52 187.32 1 0.24
Hex 0 6C 7B 64 C 0 34 BB 64 18
Octal 0 154 173 144 14 0 64 273 144 30
Binary 0 1101100 1111011 1100100 1100 0 110100 10111011 1100100 11000

Color Harmonies of #006C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C7B

Black with #006C7B

Text Example


Text Example

White with #006C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,108,123); }

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

background-color css

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

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

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

border-color css

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

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

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