Html Css Color HEX #066A85 Blue Lagoon

📋 copy color: '#066A85'

red 6 ◦ green 106 ◦ blue 133

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

Shades of Blue Lagoon #066A85

Tints of Blue Lagoon #066A85

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.27%

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

R = 2.45%
G = 43.27%
B = 54.29%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066A85 (or 0x066A85) is known color: Blue Lagoon. HEX triplet: 06, 6A and 85. RGB value is (6,106,133). Sum of RGB (Red+Green+Blue) = 6+106+133=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #066A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A85 is #F9957A. Grayscale: #4E4E4E. Windows color (decimal): -16356731 or 8743430. OLE color: 8743430.

HSL color Cylindrical-coordinate representation of color #066A85: hue angle of 192.76º 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 #066A85 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 106 133 -
CMYK 0.95 0.20 0 0.48
HSL 192.76º 0.91% 0.27% -
HSV(B) 192.76º 0.95% 0.52% -
XYZ 9.46 12.04 24.02 -
YUV 79.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 6 106 133 0.95 0.20 0 0.48 192.76 0.91 0.27
Hex 6 6A 85 5F 14 0 30 C1 5B 1B
Octal 6 152 205 137 24 0 60 301 133 33
Binary 110 1101010 10000101 1011111 10100 0 110000 11000001 1011011 11011

Color Harmonies of #066A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A85

Black with #066A85

Text Example


Text Example

White with #066A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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