#68B1C9

Color #68B1C9 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #68B1C9

Tints of Seagull #68B1C9

Color information

#68B1C9 (or 0x68B1C9) is unknown color: approx Seagull. HEX triplet: 68, B1 and C9. RGB value is (104,177,201). Sum of RGB (Red+Green+Blue) = 104+177+201=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #68B1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1C9 is #974E36. Grayscale: #9D9D9D. Windows color (decimal): -9915959 or 13218152. OLE color: 13218152.

HSL color Cylindrical-coordinate representation of color #68B1C9: hue angle of 194.85º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68B1C9 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104177201-
CMYK0.480.1200.21
HSL194.85º47.32%59.8%-
HSV(B)194.85º48.26%78.82%-
XYZ31.9738.661.02-
YUV157.91152.3289.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=21.58%
G=36.72%
B=41.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041772010.480.1200.21194.8547.3259.8
Hex68B1C930C015c32f3c
Octal15026131160140253035774
Binary11010001011000111001001110000110001010111000011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B1C9; }

 p { color: rgb(104,177,201); }

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

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

 a { background-color: rgb(104,177,201); }

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

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

 span { border-color: rgb(104,177,201); }

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