Html Css Color HEX #066278 Blue Lagoon

📋 copy color: '#066278'

red 6 ◦ green 98 ◦ blue 120

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

Shades of Blue Lagoon #066278

Tints of Blue Lagoon #066278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 2.68%
G = 43.75%
B = 53.57%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066278 (or 0x066278) is known color: Blue Lagoon. HEX triplet: 06, 62 and 78. RGB value is (6,98,120). Sum of RGB (Red+Green+Blue) = 6+98+120=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #066278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066278 is #F99D87. Grayscale: #484848. Windows color (decimal): -16358792 or 7889414. OLE color: 7889414.

HSL color Cylindrical-coordinate representation of color #066278: hue angle of 191.58º degrees, saturation: 0.9, 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 #066278 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 98 120 -
CMYK 0.95 0.18 0 0.53
HSL 191.58º 0.9% 0.25% -
HSV(B) 191.58º 0.95% 0.47% -
XYZ 7.83 10.13 19.31 -
YUV 73 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 6 98 120 0.95 0.18 0 0.53 191.58 0.9 0.25
Hex 6 62 78 5F 12 0 35 C0 5A 19
Octal 6 142 170 137 22 0 65 300 132 31
Binary 110 1100010 1111000 1011111 10010 0 110101 11000000 1011010 11001

Color Harmonies of #066278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066278

Black with #066278

Text Example


Text Example

White with #066278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066278; }

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

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

background-color css

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

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

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

border-color css

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

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

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