#6FC1CE

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

Shades of Seagull #6FC1CE

Tints of Seagull #6FC1CE

Color information

#6FC1CE (or 0x6FC1CE) is unknown color: approx Seagull. HEX triplet: 6F, C1 and CE. RGB value is (111,193,206). Sum of RGB (Red+Green+Blue) = 111+193+206=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1CE is #903E31. Grayscale: #A9A9A9. Windows color (decimal): -9453106 or 13549935. OLE color: 13549935.

HSL color Cylindrical-coordinate representation of color #6FC1CE: hue angle of 188.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC1CE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111193206-
CMYK0.460.0600.19
HSL188.21º49.22%62.16%-
HSV(B)188.21º46.12%80.78%-
XYZ36.7745.9865.33-
YUV169.96148.3385.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.76%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=21.76%
G=37.84%
B=40.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111932060.460.0600.19188.2149.2262.16
Hex6FC1CE2E6013bc313e
Octal1573013165660232746176
Binary1101111110000011100111010111011001001110111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FC1CE; }

 p { color: rgb(111,193,206); }

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

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

 a { background-color: rgb(111,193,206); }

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

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

 span { border-color: rgb(111,193,206); }

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