Html Css Color HEX #065468 Blue Lagoon

📋 copy color: '#065468'

red 6 ◦ green 84 ◦ blue 104

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

Shades of Blue Lagoon #065468

Tints of Blue Lagoon #065468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 3.09%
G = 43.3%
B = 53.61%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#065468 (or 0x065468) is known color: Blue Lagoon. HEX triplet: 06, 54 and 68. RGB value is (6,84,104). Sum of RGB (Red+Green+Blue) = 6+84+104=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #065468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065468 is #F9AB97. Grayscale: #3E3E3E. Windows color (decimal): -16362392 or 6837254. OLE color: 6837254.

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

Color convert

RGB 6 84 104 -
CMYK 0.94 0.19 0 0.59
HSL 192.24º 0.89% 0.22% -
HSV(B) 192.24º 0.94% 0.41% -
XYZ 5.74 7.38 14.22 -
YUV 62.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 6 84 104 0.94 0.19 0 0.59 192.24 0.89 0.22
Hex 6 54 68 5E 13 0 3B C0 59 16
Octal 6 124 150 136 23 0 73 300 131 26
Binary 110 1010100 1101000 1011110 10011 0 111011 11000000 1011001 10110

Color Harmonies of #065468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065468

Black with #065468

Text Example


Text Example

White with #065468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065468; }

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

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

background-color css

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

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

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

border-color css

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

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

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