Html Css Color HEX #065062 Blue Lagoon

📋 copy color: '#065062'

red 6 ◦ green 80 ◦ blue 98

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

Shades of Blue Lagoon #065062

Tints of Blue Lagoon #065062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 3.26%
G = 43.48%
B = 53.26%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#065062 (or 0x065062) is known color: Blue Lagoon. HEX triplet: 06, 50 and 62. RGB value is (6,80,98). Sum of RGB (Red+Green+Blue) = 6+80+98=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #065062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065062 is #F9AF9D. Grayscale: #3B3B3B. Windows color (decimal): -16363422 or 6443014. OLE color: 6443014.

HSL color Cylindrical-coordinate representation of color #065062: hue angle of 191.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065062 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 80 98 -
CMYK 0.94 0.18 0 0.62
HSL 191.74º 0.88% 0.2% -
HSV(B) 191.74º 0.94% 0.38% -
XYZ 5.15 6.66 12.57 -
YUV 59.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 6 80 98 0.94 0.18 0 0.62 191.74 0.88 0.2
Hex 6 50 62 5E 12 0 3E C0 58 14
Octal 6 120 142 136 22 0 76 300 130 24
Binary 110 1010000 1100010 1011110 10010 0 111110 11000000 1011000 10100

Color Harmonies of #065062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065062

Black with #065062

Text Example


Text Example

White with #065062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065062; }

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

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

background-color css

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

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

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

border-color css

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

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

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