Html Css Color HEX #006274 Blue Lagoon

📋 copy color: '#006274'

red 0 ◦ green 98 ◦ blue 116

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

Shades of Blue Lagoon #006274

Tints of Blue Lagoon #006274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

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

R = 0%
G = 45.79%
B = 54.21%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006274 (or 0x006274) is known color: Blue Lagoon. HEX triplet: 00, 62 and 74. RGB value is (0,98,116). Sum of RGB (Red+Green+Blue) = 0+98+116=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #006274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006274 is #FF9D8B. Grayscale: #464646. Windows color (decimal): -16752012 or 7627264. OLE color: 7627264.

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

Color convert

RGB 0 98 116 -
CMYK 1 0.16 0 0.55
HSL 189.31º 1% 0.23% -
HSV(B) 189.31º 1% 0.45% -
XYZ 7.52 10 18.06 -
YUV 70.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 0 98 116 1 0.16 0 0.55 189.31 1 0.23
Hex 0 62 74 64 10 0 37 BD 64 17
Octal 0 142 164 144 20 0 67 275 144 27
Binary 0 1100010 1110100 1100100 10000 0 110111 10111101 1100100 10111

Color Harmonies of #006274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006274

Black with #006274

Text Example


Text Example

White with #006274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006274; }

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

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

background-color css

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

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

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

border-color css

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

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

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