Html Css Color HEX #006167 Blue Lagoon

📋 copy color: '#006167'

red 0 ◦ green 97 ◦ blue 103

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

Shades of Blue Lagoon #006167

Tints of Blue Lagoon #006167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.5%

 BLUE value IS 103 (40.63% from 255) = 51.5%

R = 0%
G = 48.5%
B = 51.5%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#006167 (or 0x006167) is known color: Blue Lagoon. HEX triplet: 00, 61 and 67. RGB value is (0,97,103). Sum of RGB (Red+Green+Blue) = 0+97+103=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #006167 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006167 is #FF9E98. Grayscale: #444444. Windows color (decimal): -16752281 or 6775040. OLE color: 6775040.

HSL color Cylindrical-coordinate representation of color #006167: hue angle of 183.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006167 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 97 103 -
CMYK 1 0.06 0 0.60
HSL 183.5º 1% 0.2% -
HSV(B) 183.5º 1% 0.4% -
XYZ 6.72 9.53 14.32 -
YUV 68.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 0 97 103 1 0.06 0 0.60 183.5 1 0.2
Hex 0 61 67 64 6 0 3C B7 64 14
Octal 0 141 147 144 6 0 74 267 144 24
Binary 0 1100001 1100111 1100100 110 0 111100 10110111 1100100 10100

Color Harmonies of #006167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006167

Black with #006167

Text Example


Text Example

White with #006167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006167; }

 p { color: rgb(0,97,103); }

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

background-color css

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

 a { background-color: rgb(0,97,103); }

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

border-color css

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

 span { border-color: rgb(0,97,103); }

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