Html Css Color HEX #065064 Blue Lagoon

📋 copy color: '#065064'

red 6 ◦ green 80 ◦ blue 100

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

Shades of Blue Lagoon #065064

Tints of Blue Lagoon #065064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 3.23%
G = 43.01%
B = 53.76%

CMYK

 C value IS 0.94

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#065064 (or 0x065064) is known color: Blue Lagoon. HEX triplet: 06, 50 and 64. RGB value is (6,80,100). Sum of RGB (Red+Green+Blue) = 6+80+100=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #065064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065064 is #F9AF9B. Grayscale: #3B3B3B. Windows color (decimal): -16363420 or 6574086. OLE color: 6574086.

HSL color Cylindrical-coordinate representation of color #065064: hue angle of 192.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065064 is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 80 100 -
CMYK 0.94 0.2 0 0.61
HSL 192.77º 0.89% 0.21% -
HSV(B) 192.77º 0.94% 0.39% -
XYZ 5.24 6.7 13.07 -
YUV 60.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 6 80 100 0.94 0.2 0 0.61 192.77 0.89 0.21
Hex 6 50 64 5E 14 0 3D C1 59 15
Octal 6 120 144 136 24 0 75 301 131 25
Binary 110 1010000 1100100 1011110 10100 0 111101 11000001 1011001 10101

Color Harmonies of #065064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065064

Black with #065064

Text Example


Text Example

White with #065064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065064; }

 p { color: rgb(6,80,100); }

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

background-color css

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

 a { background-color: rgb(6,80,100); }

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

border-color css

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

 span { border-color: rgb(6,80,100); }

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