Html Css Color HEX #065768 Blue Lagoon

📋 copy color: '#065768'

red 6 ◦ green 87 ◦ blue 104

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

Shades of Blue Lagoon #065768

Tints of Blue Lagoon #065768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.16%

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

R = 3.05%
G = 44.16%
B = 52.79%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#065768 (or 0x065768) is known color: Blue Lagoon. HEX triplet: 06, 57 and 68. RGB value is (6,87,104). Sum of RGB (Red+Green+Blue) = 6+87+104=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #065768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065768 is #F9A897. Grayscale: #404040. Windows color (decimal): -16361624 or 6838022. OLE color: 6838022.

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

Color convert

RGB 6 87 104 -
CMYK 0.94 0.16 0 0.59
HSL 190.41º 0.89% 0.22% -
HSV(B) 190.41º 0.94% 0.41% -
XYZ 5.98 7.85 14.3 -
YUV 64.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 6 87 104 0.94 0.16 0 0.59 190.41 0.89 0.22
Hex 6 57 68 5E 10 0 3B BE 59 16
Octal 6 127 150 136 20 0 73 276 131 26
Binary 110 1010111 1101000 1011110 10000 0 111011 10111110 1011001 10110

Color Harmonies of #065768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065768

Black with #065768

Text Example


Text Example

White with #065768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065768; }

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

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

background-color css

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

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

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

border-color css

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

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

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