Html Css Color HEX #00616B Blue Lagoon

📋 copy color: '#00616B'

red 0 ◦ green 97 ◦ blue 107

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

Shades of Blue Lagoon #00616B

Tints of Blue Lagoon #00616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 0%
G = 47.55%
B = 52.45%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00616B (or 0x00616B) is known color: Blue Lagoon. HEX triplet: 00, 61 and 6B. RGB value is (0,97,107). Sum of RGB (Red+Green+Blue) = 0+97+107=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #00616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00616B is #FF9E94. Grayscale: #454545. Windows color (decimal): -16752277 or 7037184. OLE color: 7037184.

HSL color Cylindrical-coordinate representation of color #00616B: hue angle of 185.61º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00616B is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 97 107 -
CMYK 1 0.09 0 0.58
HSL 185.61º 1% 0.21% -
HSV(B) 185.61º 1% 0.42% -
XYZ 6.93 9.61 15.4 -
YUV 69.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 0 97 107 1 0.09 0 0.58 185.61 1 0.21
Hex 0 61 6B 64 9 0 3A BA 64 15
Octal 0 141 153 144 11 0 72 272 144 25
Binary 0 1100001 1101011 1100100 1001 0 111010 10111010 1100100 10101

Color Harmonies of #00616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00616B

Black with #00616B

Text Example


Text Example

White with #00616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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