Html Css Color HEX #065C6E Blue Lagoon

📋 copy color: '#065C6E'

red 6 ◦ green 92 ◦ blue 110

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

Shades of Blue Lagoon #065C6E

Tints of Blue Lagoon #065C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 110 (43.36% from 255) = 52.88%

R = 2.88%
G = 44.23%
B = 52.88%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#065C6E (or 0x065C6E) is known color: Blue Lagoon. HEX triplet: 06, 5C and 6E. RGB value is (6,92,110). Sum of RGB (Red+Green+Blue) = 6+92+110=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #065C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C6E is #F9A391. Grayscale: #444444. Windows color (decimal): -16360338 or 7232518. OLE color: 7232518.

HSL color Cylindrical-coordinate representation of color #065C6E: hue angle of 190.38º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065C6E is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 92 110 -
CMYK 0.95 0.16 0 0.57
HSL 190.38º 0.9% 0.23% -
HSV(B) 190.38º 0.95% 0.43% -
XYZ 6.72 8.82 16.1 -
YUV 68.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 6 92 110 0.95 0.16 0 0.57 190.38 0.9 0.23
Hex 6 5C 6E 5F 10 0 39 BE 5A 17
Octal 6 134 156 137 20 0 71 276 132 27
Binary 110 1011100 1101110 1011111 10000 0 111001 10111110 1011010 10111

Color Harmonies of #065C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C6E

Black with #065C6E

Text Example


Text Example

White with #065C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C6E; }

 p { color: rgb(6,92,110); }

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

background-color css

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

 a { background-color: rgb(6,92,110); }

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

border-color css

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

 span { border-color: rgb(6,92,110); }

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