#6FC3D6

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

Shades of Seagull #6FC3D6

Tints of Seagull #6FC3D6

Color information

#6FC3D6 (or 0x6FC3D6) is unknown color: approx Seagull. HEX triplet: 6F, C3 and D6. RGB value is (111,195,214). Sum of RGB (Red+Green+Blue) = 111+195+214=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FC3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC3D6 is #903C29. Grayscale: #ABABAB. Windows color (decimal): -9452586 or 14074735. OLE color: 14074735.

HSL color Cylindrical-coordinate representation of color #6FC3D6: hue angle of 191.07º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FC3D6 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111195214-
CMYK0.480.0900.16
HSL191.07º55.68%63.73%-
HSV(B)191.07º48.13%83.92%-
XYZ38.2147.2670.73-
YUV172.05151.6784.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.35%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 214 (83.98% from 255) = 41.15%
R=21.35%
G=37.5%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111952140.480.0900.16191.0755.6863.73
Hex6FC3D6309010bf3840
Octal157303326601102027770100
Binary110111111000011110101101100001001010000101111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,195,214); }

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

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

 a { background-color: rgb(111,195,214); }

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

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

 span { border-color: rgb(111,195,214); }

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