Html Css Color HEX #065662 Blue Lagoon

📋 copy color: '#065662'

red 6 ◦ green 86 ◦ blue 98

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

Shades of Blue Lagoon #065662

Tints of Blue Lagoon #065662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

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

R = 3.16%
G = 45.26%
B = 51.58%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#065662 (or 0x065662) is known color: Blue Lagoon. HEX triplet: 06, 56 and 62. RGB value is (6,86,98). Sum of RGB (Red+Green+Blue) = 6+86+98=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #065662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065662 is #F9A99D. Grayscale: #3F3F3F. Windows color (decimal): -16361886 or 6444550. OLE color: 6444550.

HSL color Cylindrical-coordinate representation of color #065662: hue angle of 187.83º 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 #065662 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 86 98 -
CMYK 0.94 0.12 0 0.62
HSL 187.83º 0.88% 0.2% -
HSV(B) 187.83º 0.94% 0.38% -
XYZ 5.61 7.58 12.72 -
YUV 63.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 6 86 98 0.94 0.12 0 0.62 187.83 0.88 0.2
Hex 6 56 62 5E C 0 3E BC 58 14
Octal 6 126 142 136 14 0 76 274 130 24
Binary 110 1010110 1100010 1011110 1100 0 111110 10111100 1011000 10100

Color Harmonies of #065662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065662

Black with #065662

Text Example


Text Example

White with #065662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065662; }

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

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

background-color css

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

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

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

border-color css

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

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

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