Html Css Color HEX #006784 Blue Lagoon

📋 copy color: '#006784'

red 0 ◦ green 103 ◦ blue 132

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

Shades of Blue Lagoon #006784

Tints of Blue Lagoon #006784

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.83%
B = 56.17%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006784 (or 0x006784) is known color: Blue Lagoon. HEX triplet: 00, 67 and 84. RGB value is (0,103,132). Sum of RGB (Red+Green+Blue) = 0+103+132=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #006784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006784 is #FF987B. Grayscale: #4B4B4B. Windows color (decimal): -16750716 or 8677120. OLE color: 8677120.

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

Color convert

RGB 0 103 132 -
CMYK 1 0.22 0 0.48
HSL 193.18º 1% 0.26% -
HSV(B) 193.18º 1% 0.52% -
XYZ 9.02 11.37 23.55 -
YUV 75.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 0 103 132 1 0.22 0 0.48 193.18 1 0.26
Hex 0 67 84 64 16 0 30 C1 64 1A
Octal 0 147 204 144 26 0 60 301 144 32
Binary 0 1100111 10000100 1100100 10110 0 110000 11000001 1100100 11010

Color Harmonies of #006784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006784

Black with #006784

Text Example


Text Example

White with #006784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006784; }

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

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

background-color css

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

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

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

border-color css

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

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

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