Html Css Color HEX #066185 Blue Lagoon

📋 copy color: '#066185'

red 6 ◦ green 97 ◦ blue 133

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

Shades of Blue Lagoon #066185

Tints of Blue Lagoon #066185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 2.54%
G = 41.1%
B = 56.36%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066185 (or 0x066185) is known color: Blue Lagoon. HEX triplet: 06, 61 and 85. RGB value is (6,97,133). Sum of RGB (Red+Green+Blue) = 6+97+133=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #066185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066185 is #F99E7A. Grayscale: #494949. Windows color (decimal): -16359035 or 8741126. OLE color: 8741126.

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

Color convert

RGB 6 97 133 -
CMYK 0.95 0.27 0 0.48
HSL 197.01º 0.91% 0.27% -
HSV(B) 197.01º 0.95% 0.52% -
XYZ 8.58 10.28 23.72 -
YUV 73.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 6 97 133 0.95 0.27 0 0.48 197.01 0.91 0.27
Hex 6 61 85 5F 1B 0 30 C5 5B 1B
Octal 6 141 205 137 33 0 60 305 133 33
Binary 110 1100001 10000101 1011111 11011 0 110000 11000101 1011011 11011

Color Harmonies of #066185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066185

Black with #066185

Text Example


Text Example

White with #066185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066185; }

 p { color: rgb(6,97,133); }

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

background-color css

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

 a { background-color: rgb(6,97,133); }

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

border-color css

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

 span { border-color: rgb(6,97,133); }

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