Html Css Color HEX #006470 Blue Lagoon

📋 copy color: '#006470'

red 0 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #006470

Tints of Blue Lagoon #006470

RGB

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

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

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

R = 0%
G = 47.17%
B = 52.83%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006470 (or 0x006470) is known color: Blue Lagoon. HEX triplet: 00, 64 and 70. RGB value is (0,100,112). Sum of RGB (Red+Green+Blue) = 0+100+112=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #006470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006470 is #FF9B8F. Grayscale: #474747. Windows color (decimal): -16751504 or 7365632. OLE color: 7365632.

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

Color convert

RGB 0 100 112 -
CMYK 1 0.11 0 0.56
HSL 186.43º 1% 0.22% -
HSV(B) 186.43º 1% 0.44% -
XYZ 7.48 10.28 16.92 -
YUV 71.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 0 100 112 1 0.11 0 0.56 186.43 1 0.22
Hex 0 64 70 64 B 0 38 BA 64 16
Octal 0 144 160 144 13 0 70 272 144 26
Binary 0 1100100 1110000 1100100 1011 0 111000 10111010 1100100 10110

Color Harmonies of #006470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006470

Black with #006470

Text Example


Text Example

White with #006470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006470; }

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

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

background-color css

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

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

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

border-color css

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

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

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