Html Css Color HEX #06647F Blue Lagoon

📋 copy color: '#06647F'

red 6 ◦ green 100 ◦ blue 127

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

Shades of Blue Lagoon #06647F

Tints of Blue Lagoon #06647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.51%

R = 2.58%
G = 42.92%
B = 54.51%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06647F (or 0x06647F) is known color: Blue Lagoon. HEX triplet: 06, 64 and 7F. RGB value is (6,100,127). Sum of RGB (Red+Green+Blue) = 6+100+127=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #06647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06647F is #F99B80. Grayscale: #4A4A4A. Windows color (decimal): -16358273 or 8348678. OLE color: 8348678.

HSL color Cylindrical-coordinate representation of color #06647F: hue angle of 193.39º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06647F is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 100 127 -
CMYK 0.95 0.21 0 0.50
HSL 193.39º 0.91% 0.26% -
HSV(B) 193.39º 0.95% 0.5% -
XYZ 8.46 10.69 21.7 -
YUV 74.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 6 100 127 0.95 0.21 0 0.50 193.39 0.91 0.26
Hex 6 64 7F 5F 15 0 32 C1 5B 1A
Octal 6 144 177 137 25 0 62 301 133 32
Binary 110 1100100 1111111 1011111 10101 0 110010 11000001 1011011 11010

Color Harmonies of #06647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06647F

Black with #06647F

Text Example


Text Example

White with #06647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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