Html Css Color HEX #066075 Blue Lagoon

📋 copy color: '#066075'

red 6 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #066075

Tints of Blue Lagoon #066075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 2.74%
G = 43.84%
B = 53.42%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066075 (or 0x066075) is known color: Blue Lagoon. HEX triplet: 06, 60 and 75. RGB value is (6,96,117). Sum of RGB (Red+Green+Blue) = 6+96+117=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #066075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066075 is #F99F8A. Grayscale: #474747. Windows color (decimal): -16359307 or 7692294. OLE color: 7692294.

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

Color convert

RGB 6 96 117 -
CMYK 0.95 0.18 0 0.54
HSL 191.35º 0.9% 0.24% -
HSV(B) 191.35º 0.95% 0.46% -
XYZ 7.47 9.69 18.31 -
YUV 71.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 6 96 117 0.95 0.18 0 0.54 191.35 0.9 0.24
Hex 6 60 75 5F 12 0 36 BF 5A 18
Octal 6 140 165 137 22 0 66 277 132 30
Binary 110 1100000 1110101 1011111 10010 0 110110 10111111 1011010 11000

Color Harmonies of #066075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066075

Black with #066075

Text Example


Text Example

White with #066075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066075; }

 p { color: rgb(6,96,117); }

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

background-color css

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

 a { background-color: rgb(6,96,117); }

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

border-color css

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

 span { border-color: rgb(6,96,117); }

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