Html Css Color HEX #065361 Blue Lagoon

📋 copy color: '#065361'

red 6 ◦ green 83 ◦ blue 97

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

Shades of Blue Lagoon #065361

Tints of Blue Lagoon #065361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 3.23%
G = 44.62%
B = 52.15%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#065361 (or 0x065361) is known color: Blue Lagoon. HEX triplet: 06, 53 and 61. RGB value is (6,83,97). Sum of RGB (Red+Green+Blue) = 6+83+97=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #065361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065361 is #F9AC9E. Grayscale: #3D3D3D. Windows color (decimal): -16362655 or 6378246. OLE color: 6378246.

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

Color convert

RGB 6 83 97 -
CMYK 0.94 0.14 0 0.62
HSL 189.23º 0.88% 0.2% -
HSV(B) 189.23º 0.94% 0.38% -
XYZ 5.33 7.09 12.4 -
YUV 61.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 6 83 97 0.94 0.14 0 0.62 189.23 0.88 0.2
Hex 6 53 61 5E E 0 3E BD 58 14
Octal 6 123 141 136 16 0 76 275 130 24
Binary 110 1010011 1100001 1011110 1110 0 111110 10111101 1011000 10100

Color Harmonies of #065361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065361

Black with #065361

Text Example


Text Example

White with #065361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065361; }

 p { color: rgb(6,83,97); }

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

background-color css

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

 a { background-color: rgb(6,83,97); }

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

border-color css

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

 span { border-color: rgb(6,83,97); }

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