Html Css Color HEX #066675 Blue Lagoon

📋 copy color: '#066675'

red 6 ◦ green 102 ◦ blue 117

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

Shades of Blue Lagoon #066675

Tints of Blue Lagoon #066675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

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

R = 2.67%
G = 45.33%
B = 52%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066675 (or 0x066675) is known color: Blue Lagoon. HEX triplet: 06, 66 and 75. RGB value is (6,102,117). Sum of RGB (Red+Green+Blue) = 6+102+117=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #066675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066675 is #F9998A. Grayscale: #4A4A4A. Windows color (decimal): -16357771 or 7693830. OLE color: 7693830.

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

Color convert

RGB 6 102 117 -
CMYK 0.95 0.13 0 0.54
HSL 188.11º 0.9% 0.24% -
HSV(B) 188.11º 0.95% 0.46% -
XYZ 8.04 10.83 18.5 -
YUV 75.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 6 102 117 0.95 0.13 0 0.54 188.11 0.9 0.24
Hex 6 66 75 5F D 0 36 BC 5A 18
Octal 6 146 165 137 15 0 66 274 132 30
Binary 110 1100110 1110101 1011111 1101 0 110110 10111100 1011010 11000

Color Harmonies of #066675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066675

Black with #066675

Text Example


Text Example

White with #066675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066675; }

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

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

background-color css

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

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

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

border-color css

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

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

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