Html Css Color HEX #065677 Blue Lagoon

📋 copy color: '#065677'

red 6 ◦ green 86 ◦ blue 119

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

Shades of Blue Lagoon #065677

Tints of Blue Lagoon #065677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 2.84%
G = 40.76%
B = 56.4%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065677 (or 0x065677) is known color: Blue Lagoon. HEX triplet: 06, 56 and 77. RGB value is (6,86,119). Sum of RGB (Red+Green+Blue) = 6+86+119=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #065677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065677 is #F9A988. Grayscale: #414141. Windows color (decimal): -16361865 or 7820806. OLE color: 7820806.

HSL color Cylindrical-coordinate representation of color #065677: hue angle of 197.52º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065677 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 86 119 -
CMYK 0.95 0.28 0 0.53
HSL 197.52º 0.9% 0.25% -
HSV(B) 197.52º 0.95% 0.47% -
XYZ 6.73 8.03 18.65 -
YUV 65.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 6 86 119 0.95 0.28 0 0.53 197.52 0.9 0.25
Hex 6 56 77 5F 1C 0 35 C6 5A 19
Octal 6 126 167 137 34 0 65 306 132 31
Binary 110 1010110 1110111 1011111 11100 0 110101 11000110 1011010 11001

Color Harmonies of #065677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065677

Black with #065677

Text Example


Text Example

White with #065677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065677; }

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

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

background-color css

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

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

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

border-color css

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

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

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