Html Css Color HEX #066785 Blue Lagoon

📋 copy color: '#066785'

red 6 ◦ green 103 ◦ blue 133

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

Shades of Blue Lagoon #066785

Tints of Blue Lagoon #066785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 2.48%
G = 42.56%
B = 54.96%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066785 (or 0x066785) is known color: Blue Lagoon. HEX triplet: 06, 67 and 85. RGB value is (6,103,133). Sum of RGB (Red+Green+Blue) = 6+103+133=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #066785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066785 is #F9987A. Grayscale: #4D4D4D. Windows color (decimal): -16357499 or 8742662. OLE color: 8742662.

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

Color convert

RGB 6 103 133 -
CMYK 0.95 0.23 0 0.48
HSL 194.17º 0.91% 0.27% -
HSV(B) 194.17º 0.95% 0.52% -
XYZ 9.16 11.43 23.91 -
YUV 77.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 6 103 133 0.95 0.23 0 0.48 194.17 0.91 0.27
Hex 6 67 85 5F 17 0 30 C2 5B 1B
Octal 6 147 205 137 27 0 60 302 133 33
Binary 110 1100111 10000101 1011111 10111 0 110000 11000010 1011011 11011

Color Harmonies of #066785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066785

Black with #066785

Text Example


Text Example

White with #066785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066785; }

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

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

background-color css

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

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

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

border-color css

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

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

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