Html Css Color HEX #065F74 Blue Lagoon

📋 copy color: '#065F74'

red 6 ◦ green 95 ◦ blue 116

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

Shades of Blue Lagoon #065F74

Tints of Blue Lagoon #065F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.78%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 2.76%
G = 43.78%
B = 53.46%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065F74 (or 0x065F74) is known color: Blue Lagoon. HEX triplet: 06, 5F and 74. RGB value is (6,95,116). Sum of RGB (Red+Green+Blue) = 6+95+116=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #065F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F74 is #F9A08B. Grayscale: #464646. Windows color (decimal): -16359564 or 7626502. OLE color: 7626502.

HSL color Cylindrical-coordinate representation of color #065F74: hue angle of 191.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065F74 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 95 116 -
CMYK 0.95 0.18 0 0.55
HSL 191.45º 0.9% 0.24% -
HSV(B) 191.45º 0.95% 0.45% -
XYZ 7.32 9.48 17.97 -
YUV 70.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 6 95 116 0.95 0.18 0 0.55 191.45 0.9 0.24
Hex 6 5F 74 5F 12 0 37 BF 5A 18
Octal 6 137 164 137 22 0 67 277 132 30
Binary 110 1011111 1110100 1011111 10010 0 110111 10111111 1011010 11000

Color Harmonies of #065F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065F74

Black with #065F74

Text Example


Text Example

White with #065F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,116); }

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

background-color css

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

 a { background-color: rgb(6,95,116); }

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

border-color css

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

 span { border-color: rgb(6,95,116); }

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