Html Css Color HEX #065669 Blue Lagoon

📋 copy color: '#065669'

red 6 ◦ green 86 ◦ blue 105

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

Shades of Blue Lagoon #065669

Tints of Blue Lagoon #065669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 3.05%
G = 43.65%
B = 53.3%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#065669 (or 0x065669) is known color: Blue Lagoon. HEX triplet: 06, 56 and 69. RGB value is (6,86,105). Sum of RGB (Red+Green+Blue) = 6+86+105=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #065669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065669 is #F9A996. Grayscale: #404040. Windows color (decimal): -16361879 or 6903302. OLE color: 6903302.

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

Color convert

RGB 6 86 105 -
CMYK 0.94 0.18 0 0.59
HSL 191.52º 0.89% 0.22% -
HSV(B) 191.52º 0.94% 0.41% -
XYZ 5.95 7.71 14.54 -
YUV 64.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 6 86 105 0.94 0.18 0 0.59 191.52 0.89 0.22
Hex 6 56 69 5E 12 0 3B C0 59 16
Octal 6 126 151 136 22 0 73 300 131 26
Binary 110 1010110 1101001 1011110 10010 0 111011 11000000 1011001 10110

Color Harmonies of #065669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065669

Black with #065669

Text Example


Text Example

White with #065669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065669; }

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

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

background-color css

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

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

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

border-color css

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

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

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