Html Css Color HEX #06627A Blue Lagoon

📋 copy color: '#06627A'

red 6 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #06627A

Tints of Blue Lagoon #06627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 2.65%
G = 43.36%
B = 53.98%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06627A (or 0x06627A) is known color: Blue Lagoon. HEX triplet: 06, 62 and 7A. RGB value is (6,98,122). Sum of RGB (Red+Green+Blue) = 6+98+122=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #06627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06627A is #F99D85. Grayscale: #494949. Windows color (decimal): -16358790 or 8020486. OLE color: 8020486.

HSL color Cylindrical-coordinate representation of color #06627A: hue angle of 192.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06627A is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 98 122 -
CMYK 0.95 0.20 0 0.52
HSL 192.41º 0.91% 0.25% -
HSV(B) 192.41º 0.95% 0.48% -
XYZ 7.96 10.18 19.96 -
YUV 73.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 6 98 122 0.95 0.20 0 0.52 192.41 0.91 0.25
Hex 6 62 7A 5F 14 0 34 C0 5B 19
Octal 6 142 172 137 24 0 64 300 133 31
Binary 110 1100010 1111010 1011111 10100 0 110100 11000000 1011011 11001

Color Harmonies of #06627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06627A

Black with #06627A

Text Example


Text Example

White with #06627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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