Html Css Color HEX #006888 Blue Lagoon

📋 copy color: '#006888'

red 0 ◦ green 104 ◦ blue 136

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

Shades of Blue Lagoon #006888

Tints of Blue Lagoon #006888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 0%
G = 43.33%
B = 56.67%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006888 (or 0x006888) is known color: Blue Lagoon. HEX triplet: 00, 68 and 88. RGB value is (0,104,136). Sum of RGB (Red+Green+Blue) = 0+104+136=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #006888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006888 is #FF9777. Grayscale: #4C4C4C. Windows color (decimal): -16750456 or 8939520. OLE color: 8939520.

HSL color Cylindrical-coordinate representation of color #006888: hue angle of 194.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006888 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 104 136 -
CMYK 1 0.24 0 0.47
HSL 194.12º 1% 0.27% -
HSV(B) 194.12º 1% 0.53% -
XYZ 9.39 11.68 25.05 -
YUV 76.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 0 104 136 1 0.24 0 0.47 194.12 1 0.27
Hex 0 68 88 64 18 0 2F C2 64 1B
Octal 0 150 210 144 30 0 57 302 144 33
Binary 0 1101000 10001000 1100100 11000 0 101111 11000010 1100100 11011

Color Harmonies of #006888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006888

Black with #006888

Text Example


Text Example

White with #006888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006888; }

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

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

background-color css

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

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

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

border-color css

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

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

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