#68B6CE

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

Shades of Seagull #68B6CE

Tints of Seagull #68B6CE

Color information

#68B6CE (or 0x68B6CE) is unknown color: approx Seagull. HEX triplet: 68, B6 and CE. RGB value is (104,182,206). Sum of RGB (Red+Green+Blue) = 104+182+206=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #68B6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6CE is #974931. Grayscale: #A1A1A1. Windows color (decimal): -9914674 or 13547112. OLE color: 13547112.

HSL color Cylindrical-coordinate representation of color #68B6CE: hue angle of 194.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B6CE is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104182206-
CMYK0.500.1200.19
HSL194.12º51%60.78%-
HSV(B)194.12º49.51%80.78%-
XYZ33.5840.8664.51-
YUV161.41153.1687.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=21.14%
G=36.99%
B=41.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041822060.500.1200.19194.125160.78
Hex68B6CE32C013c2333d
Octal15026631662140233026375
Binary11010001011011011001110110010110001001111000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,206); }

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

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

 a { background-color: rgb(104,182,206); }

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

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

 span { border-color: rgb(104,182,206); }

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