Html Css Color HEX #006374 Blue Lagoon

📋 copy color: '#006374'

red 0 ◦ green 99 ◦ blue 116

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

Shades of Blue Lagoon #006374

Tints of Blue Lagoon #006374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.05%

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

R = 0%
G = 46.05%
B = 53.95%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006374 (or 0x006374) is known color: Blue Lagoon. HEX triplet: 00, 63 and 74. RGB value is (0,99,116). Sum of RGB (Red+Green+Blue) = 0+99+116=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #006374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006374 is #FF9C8B. Grayscale: #474747. Windows color (decimal): -16751756 or 7627520. OLE color: 7627520.

HSL color Cylindrical-coordinate representation of color #006374: hue angle of 188.79º 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 #006374 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 99 116 -
CMYK 1 0.15 0 0.55
HSL 188.79º 1% 0.23% -
HSV(B) 188.79º 1% 0.45% -
XYZ 7.61 10.18 18.09 -
YUV 71.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 0 99 116 1 0.15 0 0.55 188.79 1 0.23
Hex 0 63 74 64 F 0 37 BD 64 17
Octal 0 143 164 144 17 0 67 275 144 27
Binary 0 1100011 1110100 1100100 1111 0 110111 10111101 1100100 10111

Color Harmonies of #006374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006374

Black with #006374

Text Example


Text Example

White with #006374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006374; }

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

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

background-color css

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

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

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

border-color css

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

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

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