Html Css Color HEX #06647C Blue Lagoon

📋 copy color: '#06647C'

red 6 ◦ green 100 ◦ blue 124

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

Shades of Blue Lagoon #06647C

Tints of Blue Lagoon #06647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 2.61%
G = 43.48%
B = 53.91%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06647C (or 0x06647C) is known color: Blue Lagoon. HEX triplet: 06, 64 and 7C. RGB value is (6,100,124). Sum of RGB (Red+Green+Blue) = 6+100+124=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #06647C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06647C is #F99B83. Grayscale: #4A4A4A. Windows color (decimal): -16358276 or 8152070. OLE color: 8152070.

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

Color convert

RGB 6 100 124 -
CMYK 0.95 0.19 0 0.51
HSL 192.2º 0.91% 0.25% -
HSV(B) 192.2º 0.95% 0.49% -
XYZ 8.27 10.61 20.68 -
YUV 74.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 6 100 124 0.95 0.19 0 0.51 192.2 0.91 0.25
Hex 6 64 7C 5F 13 0 33 C0 5B 19
Octal 6 144 174 137 23 0 63 300 133 31
Binary 110 1100100 1111100 1011111 10011 0 110011 11000000 1011011 11001

Color Harmonies of #06647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06647C

Black with #06647C

Text Example


Text Example

White with #06647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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