Html Css Color HEX #066274 Blue Lagoon

📋 copy color: '#066274'

red 6 ◦ green 98 ◦ blue 116

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

Shades of Blue Lagoon #066274

Tints of Blue Lagoon #066274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 2.73%
G = 44.55%
B = 52.73%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066274 (or 0x066274) is known color: Blue Lagoon. HEX triplet: 06, 62 and 74. RGB value is (6,98,116). Sum of RGB (Red+Green+Blue) = 6+98+116=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #066274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066274 is #F99D8B. Grayscale: #484848. Windows color (decimal): -16358796 or 7627270. OLE color: 7627270.

HSL color Cylindrical-coordinate representation of color #066274: hue angle of 189.82º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066274 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 98 116 -
CMYK 0.95 0.16 0 0.55
HSL 189.82º 0.9% 0.24% -
HSV(B) 189.82º 0.95% 0.45% -
XYZ 7.6 10.04 18.06 -
YUV 72.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 6 98 116 0.95 0.16 0 0.55 189.82 0.9 0.24
Hex 6 62 74 5F 10 0 37 BE 5A 18
Octal 6 142 164 137 20 0 67 276 132 30
Binary 110 1100010 1110100 1011111 10000 0 110111 10111110 1011010 11000

Color Harmonies of #066274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066274

Black with #066274

Text Example


Text Example

White with #066274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066274; }

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

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

background-color css

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

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

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

border-color css

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

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

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