Html Css Color HEX #06687D Blue Lagoon

📋 copy color: '#06687D'

red 6 ◦ green 104 ◦ blue 125

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

Shades of Blue Lagoon #06687D

Tints of Blue Lagoon #06687D

RGB

 RED value IS 6 (2.73% from 255) = 2.55%

 GREEN value IS 104 (41.02% from 255) = 44.26%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 2.55%
G = 44.26%
B = 53.19%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06687D (or 0x06687D) is known color: Blue Lagoon. HEX triplet: 06, 68 and 7D. RGB value is (6,104,125). Sum of RGB (Red+Green+Blue) = 6+104+125=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #06687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06687D is #F99782. Grayscale: #4C4C4C. Windows color (decimal): -16357251 or 8218630. OLE color: 8218630.

HSL color Cylindrical-coordinate representation of color #06687D: hue angle of 190.59º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06687D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 104 125 -
CMYK 0.95 0.17 0 0.51
HSL 190.59º 0.91% 0.26% -
HSV(B) 190.59º 0.95% 0.49% -
XYZ 8.73 11.42 21.15 -
YUV 77.09 155.03 77.29 -
System Red Green Blue C M Y K H S L
Decimal 6 104 125 0.95 0.17 0 0.51 190.59 0.91 0.26
Hex 6 68 7D 5F 11 0 33 BF 5B 1A
Octal 6 150 175 137 21 0 63 277 133 32
Binary 110 1101000 1111101 1011111 10001 0 110011 10111111 1011011 11010

Color Harmonies of #06687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06687D

Black with #06687D

Text Example


Text Example

White with #06687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06687D; }

 p { color: rgb(6,104,125); }

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

background-color css

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

 a { background-color: rgb(6,104,125); }

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

border-color css

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

 span { border-color: rgb(6,104,125); }

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