Html Css Color HEX #00616C Blue Lagoon

📋 copy color: '#00616C'

red 0 ◦ green 97 ◦ blue 108

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

Shades of Blue Lagoon #00616C

Tints of Blue Lagoon #00616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 0%
G = 47.32%
B = 52.68%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00616C (or 0x00616C) is known color: Blue Lagoon. HEX triplet: 00, 61 and 6C. RGB value is (0,97,108). Sum of RGB (Red+Green+Blue) = 0+97+108=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #00616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00616C is #FF9E93. Grayscale: #454545. Windows color (decimal): -16752276 or 7102720. OLE color: 7102720.

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

Color convert

RGB 0 97 108 -
CMYK 1 0.10 0 0.58
HSL 186.11º 1% 0.21% -
HSV(B) 186.11º 1% 0.42% -
XYZ 6.98 9.63 15.68 -
YUV 69.25 149.86 78.61 -
System Red Green Blue C M Y K H S L
Decimal 0 97 108 1 0.10 0 0.58 186.11 1 0.21
Hex 0 61 6C 64 A 0 3A BA 64 15
Octal 0 141 154 144 12 0 72 272 144 25
Binary 0 1100001 1101100 1100100 1010 0 111010 10111010 1100100 10101

Color Harmonies of #00616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00616C

Black with #00616C

Text Example


Text Example

White with #00616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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