Html Css Color HEX #065470 Blue Lagoon

📋 copy color: '#065470'

red 6 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #065470

Tints of Blue Lagoon #065470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 2.97%
G = 41.58%
B = 55.45%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065470 (or 0x065470) is known color: Blue Lagoon. HEX triplet: 06, 54 and 70. RGB value is (6,84,112). Sum of RGB (Red+Green+Blue) = 6+84+112=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #065470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065470 is #F9AB8F. Grayscale: #3F3F3F. Windows color (decimal): -16362384 or 7361542. OLE color: 7361542.

HSL color Cylindrical-coordinate representation of color #065470: hue angle of 195.85º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065470 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 84 112 -
CMYK 0.95 0.25 0 0.56
HSL 195.85º 0.9% 0.23% -
HSV(B) 195.85º 0.95% 0.44% -
XYZ 6.17 7.55 16.46 -
YUV 63.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 6 84 112 0.95 0.25 0 0.56 195.85 0.9 0.23
Hex 6 54 70 5F 19 0 38 C4 5A 17
Octal 6 124 160 137 31 0 70 304 132 27
Binary 110 1010100 1110000 1011111 11001 0 111000 11000100 1011010 10111

Color Harmonies of #065470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065470

Black with #065470

Text Example


Text Example

White with #065470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065470; }

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

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

background-color css

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

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

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

border-color css

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

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

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