Html Css Color HEX #06627F Blue Lagoon

📋 copy color: '#06627F'

red 6 ◦ green 98 ◦ blue 127

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

Shades of Blue Lagoon #06627F

Tints of Blue Lagoon #06627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 2.6%
G = 42.42%
B = 54.98%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06627F (or 0x06627F) is known color: Blue Lagoon. HEX triplet: 06, 62 and 7F. RGB value is (6,98,127). Sum of RGB (Red+Green+Blue) = 6+98+127=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #06627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06627F is #F99D80. Grayscale: #494949. Windows color (decimal): -16358785 or 8348166. OLE color: 8348166.

HSL color Cylindrical-coordinate representation of color #06627F: hue angle of 194.38º 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 #06627F is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 98 127 -
CMYK 0.95 0.23 0 0.50
HSL 194.38º 0.91% 0.26% -
HSV(B) 194.38º 0.95% 0.5% -
XYZ 8.27 10.31 21.63 -
YUV 73.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 6 98 127 0.95 0.23 0 0.50 194.38 0.91 0.26
Hex 6 62 7F 5F 17 0 32 C2 5B 1A
Octal 6 142 177 137 27 0 62 302 133 32
Binary 110 1100010 1111111 1011111 10111 0 110010 11000010 1011011 11010

Color Harmonies of #06627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06627F

Black with #06627F

Text Example


Text Example

White with #06627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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