Html Css Color HEX #006474 Blue Lagoon

📋 copy color: '#006474'

red 0 ◦ green 100 ◦ blue 116

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

Shades of Blue Lagoon #006474

Tints of Blue Lagoon #006474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 0%
G = 46.3%
B = 53.7%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006474 (or 0x006474) is known color: Blue Lagoon. HEX triplet: 00, 64 and 74. RGB value is (0,100,116). Sum of RGB (Red+Green+Blue) = 0+100+116=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #006474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006474 is #FF9B8B. Grayscale: #474747. Windows color (decimal): -16751500 or 7627776. OLE color: 7627776.

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

Color convert

RGB 0 100 116 -
CMYK 1 0.14 0 0.55
HSL 188.28º 1% 0.23% -
HSV(B) 188.28º 1% 0.45% -
XYZ 7.71 10.38 18.12 -
YUV 71.92 152.87 76.7 -
System Red Green Blue C M Y K H S L
Decimal 0 100 116 1 0.14 0 0.55 188.28 1 0.23
Hex 0 64 74 64 E 0 37 BC 64 17
Octal 0 144 164 144 16 0 67 274 144 27
Binary 0 1100100 1110100 1100100 1110 0 110111 10111100 1100100 10111

Color Harmonies of #006474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006474

Black with #006474

Text Example


Text Example

White with #006474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006474; }

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

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

background-color css

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

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

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

border-color css

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

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

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