Html Css Color HEX #006270 Blue Lagoon

📋 copy color: '#006270'

red 0 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #006270

Tints of Blue Lagoon #006270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006270 (or 0x006270) is known color: Blue Lagoon. HEX triplet: 00, 62 and 70. RGB value is (0,98,112). Sum of RGB (Red+Green+Blue) = 0+98+112=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #006270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006270 is #FF9D8F. Grayscale: #464646. Windows color (decimal): -16752016 or 7365120. OLE color: 7365120.

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

Color convert

RGB 0 98 112 -
CMYK 1 0.13 0 0.56
HSL 187.5º 1% 0.22% -
HSV(B) 187.5º 1% 0.44% -
XYZ 7.29 9.91 16.86 -
YUV 70.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 0 98 112 1 0.13 0 0.56 187.5 1 0.22
Hex 0 62 70 64 D 0 38 BC 64 16
Octal 0 142 160 144 15 0 70 274 144 26
Binary 0 1100010 1110000 1100100 1101 0 111000 10111100 1100100 10110

Color Harmonies of #006270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006270

Black with #006270

Text Example


Text Example

White with #006270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006270; }

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

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

background-color css

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

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

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

border-color css

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

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

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