Html Css Color HEX #006475 Blue Lagoon

📋 copy color: '#006475'

red 0 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #006475

Tints of Blue Lagoon #006475

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 46.08%

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

R = 0%
G = 46.08%
B = 53.92%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006475 (or 0x006475) is known color: Blue Lagoon. HEX triplet: 00, 64 and 75. RGB value is (0,100,117). Sum of RGB (Red+Green+Blue) = 0+100+117=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #006475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006475 is #FF9B8A. Grayscale: #474747. Windows color (decimal): -16751499 or 7693312. OLE color: 7693312.

HSL color Cylindrical-coordinate representation of color #006475: hue angle of 188.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006475 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 100 117 -
CMYK 1 0.15 0 0.54
HSL 188.72º 1% 0.23% -
HSV(B) 188.72º 1% 0.46% -
XYZ 7.77 10.4 18.43 -
YUV 72.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 0 100 117 1 0.15 0 0.54 188.72 1 0.23
Hex 0 64 75 64 F 0 36 BD 64 17
Octal 0 144 165 144 17 0 66 275 144 27
Binary 0 1100100 1110101 1100100 1111 0 110110 10111101 1100100 10111

Color Harmonies of #006475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006475

Black with #006475

Text Example


Text Example

White with #006475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006475; }

 p { color: rgb(0,100,117); }

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

background-color css

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

 a { background-color: rgb(0,100,117); }

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

border-color css

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

 span { border-color: rgb(0,100,117); }

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