Html Css Color HEX #066784 Blue Lagoon

📋 copy color: '#066784'

red 6 ◦ green 103 ◦ blue 132

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

Shades of Blue Lagoon #066784

Tints of Blue Lagoon #066784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 2.49%
G = 42.74%
B = 54.77%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#066784 (or 0x066784) is known color: Blue Lagoon. HEX triplet: 06, 67 and 84. RGB value is (6,103,132). Sum of RGB (Red+Green+Blue) = 6+103+132=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #066784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066784 is #F9987B. Grayscale: #4D4D4D. Windows color (decimal): -16357500 or 8677126. OLE color: 8677126.

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

Color convert

RGB 6 103 132 -
CMYK 0.95 0.22 0 0.48
HSL 193.81º 0.91% 0.27% -
HSV(B) 193.81º 0.95% 0.52% -
XYZ 9.09 11.41 23.55 -
YUV 77.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 6 103 132 0.95 0.22 0 0.48 193.81 0.91 0.27
Hex 6 67 84 5F 16 0 30 C2 5B 1B
Octal 6 147 204 137 26 0 60 302 133 33
Binary 110 1100111 10000100 1011111 10110 0 110000 11000010 1011011 11011

Color Harmonies of #066784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066784

Black with #066784

Text Example


Text Example

White with #066784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066784; }

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

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

background-color css

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

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

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

border-color css

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

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

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