#00697F

Color #00697F Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #00697F

Tints of Blue Lagoon #00697F

Color information

#00697F (or 0x00697F) is unknown color: approx Blue Lagoon. HEX triplet: 00, 69 and 7F. RGB value is (0,105,127). Sum of RGB (Red+Green+Blue) = 0+105+127=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #00697F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00697F is #FF9680. Grayscale: #4B4B4B. Windows color (decimal): -16750209 or 8349952. OLE color: 8349952.

HSL color Cylindrical-coordinate representation of color #00697F: hue angle of 190.39º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00697F is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB0105127-
CMYK10.1700.50
HSL190.39º100%24.9%-
HSV(B)190.39º100%49.8%-
XYZ8.8811.6421.86-
YUV76.11156.7173.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 127 (50% from 255) = 54.74%
R=0%
G=45.26%
B=54.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal010512710.1700.50190.3910024.9
Hex0697F6411032be6419
Octal01511771442106227614431
Binary011010011111111110010010001011001010111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,105,127); }

 H1.HeaderClassName
 {
   color: #00697F;
 }
 .AnyTagClassName
 {
   color: #00697F;
 }
</style>
background-color css

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

 a { background-color: rgb(0,105,127); }

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

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

 span { border-color: rgb(0,105,127); }

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