Html Css Color HEX #06647D Blue Lagoon

📋 copy color: '#06647D'

red 6 ◦ green 100 ◦ blue 125

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

Shades of Blue Lagoon #06647D

Tints of Blue Lagoon #06647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 2.6%
G = 43.29%
B = 54.11%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06647D (or 0x06647D) is known color: Blue Lagoon. HEX triplet: 06, 64 and 7D. RGB value is (6,100,125). Sum of RGB (Red+Green+Blue) = 6+100+125=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #06647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06647D is #F99B82. Grayscale: #4A4A4A. Windows color (decimal): -16358275 or 8217606. OLE color: 8217606.

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

Color convert

RGB 6 100 125 -
CMYK 0.95 0.2 0 0.51
HSL 192.61º 0.91% 0.26% -
HSV(B) 192.61º 0.95% 0.49% -
XYZ 8.33 10.63 21.02 -
YUV 74.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 6 100 125 0.95 0.2 0 0.51 192.61 0.91 0.26
Hex 6 64 7D 5F 14 0 33 C1 5B 1A
Octal 6 144 175 137 24 0 63 301 133 32
Binary 110 1100100 1111101 1011111 10100 0 110011 11000001 1011011 11010

Color Harmonies of #06647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06647D

Black with #06647D

Text Example


Text Example

White with #06647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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