Html Css Color HEX #064D68 Blue Lagoon

📋 copy color: '#064D68'

red 6 ◦ green 77 ◦ blue 104

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

Shades of Blue Lagoon #064D68

Tints of Blue Lagoon #064D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

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

R = 3.21%
G = 41.18%
B = 55.61%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#064D68 (or 0x064D68) is known color: Blue Lagoon. HEX triplet: 06, 4D and 68. RGB value is (6,77,104). Sum of RGB (Red+Green+Blue) = 6+77+104=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #064D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D68 is #F9B297. Grayscale: #3A3A3A. Windows color (decimal): -16364184 or 6835462. OLE color: 6835462.

HSL color Cylindrical-coordinate representation of color #064D68: hue angle of 196.53º 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 #064D68 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 77 104 -
CMYK 0.94 0.26 0 0.59
HSL 196.53º 0.89% 0.22% -
HSV(B) 196.53º 0.94% 0.41% -
XYZ 5.23 6.35 14.05 -
YUV 58.85 153.48 90.3 -
System Red Green Blue C M Y K H S L
Decimal 6 77 104 0.94 0.26 0 0.59 196.53 0.89 0.22
Hex 6 4D 68 5E 1A 0 3B C5 59 16
Octal 6 115 150 136 32 0 73 305 131 26
Binary 110 1001101 1101000 1011110 11010 0 111011 11000101 1011001 10110

Color Harmonies of #064D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D68

Black with #064D68

Text Example


Text Example

White with #064D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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