Html Css Color HEX #066279 Blue Lagoon

📋 copy color: '#066279'

red 6 ◦ green 98 ◦ blue 121

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

Shades of Blue Lagoon #066279

Tints of Blue Lagoon #066279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 2.67%
G = 43.56%
B = 53.78%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066279 (or 0x066279) is known color: Blue Lagoon. HEX triplet: 06, 62 and 79. RGB value is (6,98,121). Sum of RGB (Red+Green+Blue) = 6+98+121=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #066279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066279 is #F99D86. Grayscale: #484848. Windows color (decimal): -16358791 or 7954950. OLE color: 7954950.

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

Color convert

RGB 6 98 121 -
CMYK 0.95 0.19 0 0.53
HSL 192º 0.91% 0.25% -
HSV(B) 192º 0.95% 0.47% -
XYZ 7.89 10.15 19.63 -
YUV 73.11 155.02 80.13 -
System Red Green Blue C M Y K H S L
Decimal 6 98 121 0.95 0.19 0 0.53 192 0.91 0.25
Hex 6 62 79 5F 13 0 35 C0 5B 19
Octal 6 142 171 137 23 0 65 300 133 31
Binary 110 1100010 1111001 1011111 10011 0 110101 11000000 1011011 11001

Color Harmonies of #066279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066279

Black with #066279

Text Example


Text Example

White with #066279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066279; }

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

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

background-color css

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

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

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

border-color css

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

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

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