Html Css Color HEX #06697D Blue Lagoon

📋 copy color: '#06697D'

red 6 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #06697D

Tints of Blue Lagoon #06697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 2.54%
G = 44.49%
B = 52.97%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06697D (or 0x06697D) is known color: Blue Lagoon. HEX triplet: 06, 69 and 7D. RGB value is (6,105,125). Sum of RGB (Red+Green+Blue) = 6+105+125=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #06697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06697D is #F99682. Grayscale: #4D4D4D. Windows color (decimal): -16356995 or 8218886. OLE color: 8218886.

HSL color Cylindrical-coordinate representation of color #06697D: hue angle of 190.08º 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 #06697D is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 105 125 -
CMYK 0.95 0.16 0 0.51
HSL 190.08º 0.91% 0.26% -
HSV(B) 190.08º 0.95% 0.49% -
XYZ 8.83 11.62 21.18 -
YUV 77.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 6 105 125 0.95 0.16 0 0.51 190.08 0.91 0.26
Hex 6 69 7D 5F 10 0 33 BE 5B 1A
Octal 6 151 175 137 20 0 63 276 133 32
Binary 110 1101001 1111101 1011111 10000 0 110011 10111110 1011011 11010

Color Harmonies of #06697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06697D

Black with #06697D

Text Example


Text Example

White with #06697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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