Html Css Color HEX #064E68 Blue Lagoon

📋 copy color: '#064E68'

red 6 ◦ green 78 ◦ blue 104

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

Shades of Blue Lagoon #064E68

Tints of Blue Lagoon #064E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 3.19%
G = 41.49%
B = 55.32%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#064E68 (or 0x064E68) is known color: Blue Lagoon. HEX triplet: 06, 4E and 68. RGB value is (6,78,104). Sum of RGB (Red+Green+Blue) = 6+78+104=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #064E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E68 is #F9B197. Grayscale: #3B3B3B. Windows color (decimal): -16363928 or 6835718. OLE color: 6835718.

HSL color Cylindrical-coordinate representation of color #064E68: hue angle of 195.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064E68 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 78 104 -
CMYK 0.94 0.25 0 0.59
HSL 195.92º 0.89% 0.22% -
HSV(B) 195.92º 0.94% 0.41% -
XYZ 5.3 6.49 14.07 -
YUV 59.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 6 78 104 0.94 0.25 0 0.59 195.92 0.89 0.22
Hex 6 4E 68 5E 19 0 3B C4 59 16
Octal 6 116 150 136 31 0 73 304 131 26
Binary 110 1001110 1101000 1011110 11001 0 111011 11000100 1011001 10110

Color Harmonies of #064E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E68

Black with #064E68

Text Example


Text Example

White with #064E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064E68; }

 p { color: rgb(6,78,104); }

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

background-color css

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

 a { background-color: rgb(6,78,104); }

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

border-color css

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

 span { border-color: rgb(6,78,104); }

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