Html Css Color HEX #006471 Blue Lagoon

📋 copy color: '#006471'

red 0 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #006471

Tints of Blue Lagoon #006471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 0%
G = 46.95%
B = 53.05%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006471 (or 0x006471) is known color: Blue Lagoon. HEX triplet: 00, 64 and 71. RGB value is (0,100,113). Sum of RGB (Red+Green+Blue) = 0+100+113=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #006471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006471 is #FF9B8E. Grayscale: #474747. Windows color (decimal): -16751503 or 7431168. OLE color: 7431168.

HSL color Cylindrical-coordinate representation of color #006471: hue angle of 186.9º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006471 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 100 113 -
CMYK 1 0.12 0 0.56
HSL 186.9º 1% 0.22% -
HSV(B) 186.9º 1% 0.44% -
XYZ 7.54 10.31 17.21 -
YUV 71.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 0 100 113 1 0.12 0 0.56 186.9 1 0.22
Hex 0 64 71 64 C 0 38 BB 64 16
Octal 0 144 161 144 14 0 70 273 144 26
Binary 0 1100100 1110001 1100100 1100 0 111000 10111011 1100100 10110

Color Harmonies of #006471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006471

Black with #006471

Text Example


Text Example

White with #006471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006471; }

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

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

background-color css

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

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

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

border-color css

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

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

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