Html Css Color HEX #065368 Blue Lagoon

📋 copy color: '#065368'

red 6 ◦ green 83 ◦ blue 104

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

Shades of Blue Lagoon #065368

Tints of Blue Lagoon #065368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 3.11%
G = 43.01%
B = 53.89%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#065368 (or 0x065368) is known color: Blue Lagoon. HEX triplet: 06, 53 and 68. RGB value is (6,83,104). Sum of RGB (Red+Green+Blue) = 6+83+104=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #065368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065368 is #F9AC97. Grayscale: #3E3E3E. Windows color (decimal): -16362648 or 6836998. OLE color: 6836998.

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

Color convert

RGB 6 83 104 -
CMYK 0.94 0.20 0 0.59
HSL 192.86º 0.89% 0.22% -
HSV(B) 192.86º 0.94% 0.41% -
XYZ 5.67 7.22 14.19 -
YUV 62.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 6 83 104 0.94 0.20 0 0.59 192.86 0.89 0.22
Hex 6 53 68 5E 14 0 3B C1 59 16
Octal 6 123 150 136 24 0 73 301 131 26
Binary 110 1010011 1101000 1011110 10100 0 111011 11000001 1011001 10110

Color Harmonies of #065368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065368

Black with #065368

Text Example


Text Example

White with #065368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065368; }

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

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

background-color css

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

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

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

border-color css

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

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

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