Html Css Color HEX #064C68 Blue Lagoon

📋 copy color: '#064C68'

red 6 ◦ green 76 ◦ blue 104

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

Shades of Blue Lagoon #064C68

Tints of Blue Lagoon #064C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 3.23%
G = 40.86%
B = 55.91%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#064C68 (or 0x064C68) is known color: Blue Lagoon. HEX triplet: 06, 4C and 68. RGB value is (6,76,104). Sum of RGB (Red+Green+Blue) = 6+76+104=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #064C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C68 is #F9B397. Grayscale: #3A3A3A. Windows color (decimal): -16364440 or 6835206. OLE color: 6835206.

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

Color convert

RGB 6 76 104 -
CMYK 0.94 0.27 0 0.59
HSL 197.14º 0.89% 0.22% -
HSV(B) 197.14º 0.94% 0.41% -
XYZ 5.16 6.21 14.02 -
YUV 58.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 6 76 104 0.94 0.27 0 0.59 197.14 0.89 0.22
Hex 6 4C 68 5E 1B 0 3B C5 59 16
Octal 6 114 150 136 33 0 73 305 131 26
Binary 110 1001100 1101000 1011110 11011 0 111011 11000101 1011001 10110

Color Harmonies of #064C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C68

Black with #064C68

Text Example


Text Example

White with #064C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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