Html Css Color HEX #065574 Blue Lagoon

📋 copy color: '#065574'

red 6 ◦ green 85 ◦ blue 116

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

Shades of Blue Lagoon #065574

Tints of Blue Lagoon #065574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 2.9%
G = 41.06%
B = 56.04%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#065574 (or 0x065574) is known color: Blue Lagoon. HEX triplet: 06, 55 and 74. RGB value is (6,85,116). Sum of RGB (Red+Green+Blue) = 6+85+116=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #065574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065574 is #F9AA8B. Grayscale: #404040. Windows color (decimal): -16362124 or 7623942. OLE color: 7623942.

HSL color Cylindrical-coordinate representation of color #065574: hue angle of 196.91º 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 #065574 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 85 116 -
CMYK 0.95 0.27 0 0.55
HSL 196.91º 0.9% 0.24% -
HSV(B) 196.91º 0.95% 0.45% -
XYZ 6.48 7.8 17.69 -
YUV 64.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 6 85 116 0.95 0.27 0 0.55 196.91 0.9 0.24
Hex 6 55 74 5F 1B 0 37 C5 5A 18
Octal 6 125 164 137 33 0 67 305 132 30
Binary 110 1010101 1110100 1011111 11011 0 110111 11000101 1011010 11000

Color Harmonies of #065574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065574

Black with #065574

Text Example


Text Example

White with #065574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065574; }

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

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

background-color css

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

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

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

border-color css

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

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

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