Html Css Color HEX #00688C Blue Lagoon

📋 copy color: '#00688C'

red 0 ◦ green 104 ◦ blue 140

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

Shades of Blue Lagoon #00688C

Tints of Blue Lagoon #00688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 0%
G = 42.62%
B = 57.38%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00688C (or 0x00688C) is known color: Blue Lagoon. HEX triplet: 00, 68 and 8C. RGB value is (0,104,140). Sum of RGB (Red+Green+Blue) = 0+104+140=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #00688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00688C is #FF9773. Grayscale: #4C4C4C. Windows color (decimal): -16750452 or 9201664. OLE color: 9201664.

HSL color Cylindrical-coordinate representation of color #00688C: hue angle of 195.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00688C is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 104 140 -
CMYK 1 0.26 0 0.45
HSL 195.43º 1% 0.27% -
HSV(B) 195.43º 1% 0.55% -
XYZ 9.68 11.79 26.58 -
YUV 77.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 0 104 140 1 0.26 0 0.45 195.43 1 0.27
Hex 0 68 8C 64 1A 0 2D C3 64 1B
Octal 0 150 214 144 32 0 55 303 144 33
Binary 0 1101000 10001100 1100100 11010 0 101101 11000011 1100100 11011

Color Harmonies of #00688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00688C

Black with #00688C

Text Example


Text Example

White with #00688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,104,140); }

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

background-color css

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

 a { background-color: rgb(0,104,140); }

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

border-color css

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

 span { border-color: rgb(0,104,140); }

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