Html Css Color HEX #065675 Blue Lagoon

📋 copy color: '#065675'

red 6 ◦ green 86 ◦ blue 117

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

Shades of Blue Lagoon #065675

Tints of Blue Lagoon #065675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 2.87%
G = 41.15%
B = 55.98%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065675 (or 0x065675) is known color: Blue Lagoon. HEX triplet: 06, 56 and 75. RGB value is (6,86,117). Sum of RGB (Red+Green+Blue) = 6+86+117=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #065675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065675 is #F9A98A. Grayscale: #414141. Windows color (decimal): -16361867 or 7689734. OLE color: 7689734.

HSL color Cylindrical-coordinate representation of color #065675: hue angle of 196.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065675 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 86 117 -
CMYK 0.95 0.26 0 0.54
HSL 196.76º 0.9% 0.24% -
HSV(B) 196.76º 0.95% 0.46% -
XYZ 6.61 7.98 18.02 -
YUV 65.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 6 86 117 0.95 0.26 0 0.54 196.76 0.9 0.24
Hex 6 56 75 5F 1A 0 36 C5 5A 18
Octal 6 126 165 137 32 0 66 305 132 30
Binary 110 1010110 1110101 1011111 11010 0 110110 11000101 1011010 11000

Color Harmonies of #065675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065675

Black with #065675

Text Example


Text Example

White with #065675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065675; }

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

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

background-color css

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

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

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

border-color css

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

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

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