Html Css Color HEX #00616F Blue Lagoon

📋 copy color: '#00616F'

red 0 ◦ green 97 ◦ blue 111

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

Shades of Blue Lagoon #00616F

Tints of Blue Lagoon #00616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 0%
G = 46.63%
B = 53.37%

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

#00616F (or 0x00616F) is known color: Blue Lagoon. HEX triplet: 00, 61 and 6F. RGB value is (0,97,111). Sum of RGB (Red+Green+Blue) = 0+97+111=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #00616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00616F is #FF9E90. Grayscale: #454545. Windows color (decimal): -16752273 or 7299328. OLE color: 7299328.

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

Color convert

RGB 0 97 111 -
CMYK 1 0.13 0 0.56
HSL 187.57º 1% 0.22% -
HSV(B) 187.57º 1% 0.44% -
XYZ 7.14 9.7 16.53 -
YUV 69.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 0 97 111 1 0.13 0 0.56 187.57 1 0.22
Hex 0 61 6F 64 D 0 38 BC 64 16
Octal 0 141 157 144 15 0 70 274 144 26
Binary 0 1100001 1101111 1100100 1101 0 111000 10111100 1100100 10110

Color Harmonies of #00616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00616F

Black with #00616F

Text Example


Text Example

White with #00616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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